19 lines
443 B
JSON
Raw Normal View History

{
"title": "Sample Input Form",
"description": "The purpose of this form is to solicit basic information from a user to be processed with Python code.",
"properties": {
"flag_stars": {
"type": "string",
"title": "Flag stars"
},
"longest": {
"type": "string",
"title": "Longest River"
},
"woman_nobel": {
"type": "string",
"title": "Woman Nobel Winner"
}
},
"required": []
}