24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"title": "Simple User Input Form",
|
|
"description": "A form for soliciting input from the user.",
|
|
"type": "object",
|
|
"required": [
|
|
"flag_stars",
|
|
"longest",
|
|
"woman_nobel"
|
|
],
|
|
"properties": {
|
|
"flag_stars": {
|
|
"type": "string",
|
|
"title": "Flag Stars"
|
|
},
|
|
"longest": {
|
|
"type": "string",
|
|
"title": "Longest River"
|
|
},
|
|
"woman_nobel": {
|
|
"type": "string",
|
|
"title": "Woman Nobel Winner"
|
|
}
|
|
}
|
|
} |