Skip to content

Commit

Permalink
Merge pull request #223 from HaidarZ/master
Browse files Browse the repository at this point in the history
Make sure that the json scheme is a valid json
  • Loading branch information
ukanga committed Nov 13, 2018
2 parents 4648cd7 + a80dea0 commit e4b3824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyxform/json_form_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@
"description" : "url form should be submitted to."
},
"auto_send" :
{
"type" : "string",
"description" : "If true, the form will auto send, if false, it won't."
},
"auto_delete" :
{
"type" : "string",
"description" : "If true, the form will auto delete, if false, it won't."
},
Expand Down

0 comments on commit e4b3824

Please sign in to comment.