Last active
June 9, 2016 15:35
-
-
Save llaine/796d6cd90e43e5c6d9be1fe18bf27485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14 [{"required": true, "input_name": "address", "input_type": "text_input", "validations": {"max": 100, "min": 2}}, {"required": true, "input_name": "city", "input_type": "text_input", "validations": {"max": 100, "min": 2}}] 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| id:14, | |
| name:"", | |
| dynamicFields:{ | |
| fields:[ | |
| { | |
| required:true, | |
| inputName:null, | |
| inputType:null, | |
| validation:{ | |
| min:0, | |
| max:0 | |
| } | |
| }, | |
| { | |
| required:true, | |
| inputName:null, | |
| inputType:null, | |
| validation:{ | |
| min:0, | |
| max:0 | |
| } | |
| } | |
| ] | |
| }, | |
| answerType:0 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Field(true, "", "", Validation(0, 0)), Field(true, "", "", Validation(0, 0))] | |
| [Field(true, "", "", Validation(0, 0)), Field(true, "", "", Validation(0, 0))] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| id: 14, | |
| name: "", | |
| dynamicFields: { | |
| data: [5, | |
| 221, | |
| 0, | |
| 0, | |
| 0, | |
| 91, | |
| 123] | |
| }, | |
| answerType: 0 | |
| }, | |
| ... ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment