Created
July 1, 2015 10:17
-
-
Save dancgray/31ab0a137636d366e858 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
// possible schema for adapt-contrib-textinput generic answers | |
"_answers": { | |
"type":"array", | |
"required":false, | |
"title": "Generic Answers", | |
"items": { | |
"type":"array", | |
"required":false, | |
"items": { | |
"type": "string", | |
"required": true, | |
"default":"", | |
"inputType": "Text", | |
"validators": ["required"], | |
"help": "Allows answers to be entered in any order. The number of generic answers must match the number of input items." | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment