2023-10-26 22:35:46 +00:00
|
|
|
{
|
2023-10-26 22:41:07 +00:00
|
|
|
"title": "Simple User Input Form",
|
2023-10-26 22:41:24 +00:00
|
|
|
"description": "A form for soliciting input from the user.",
|
2023-10-26 22:35:46 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2023-10-26 22:43:30 +00:00
|
|
|
"flag",
|
2023-10-26 22:39:56 +00:00
|
|
|
"longest",
|
2023-10-26 22:40:00 +00:00
|
|
|
"woman_nobel"
|
2023-10-26 22:35:46 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2023-10-26 22:36:18 +00:00
|
|
|
"flag_stars": {
|
2023-10-26 22:35:46 +00:00
|
|
|
"type": "string",
|
2023-10-26 22:36:33 +00:00
|
|
|
"title": "Flag Stars"
|
2023-10-26 22:38:19 +00:00
|
|
|
},
|
2023-10-26 22:38:32 +00:00
|
|
|
"longest": {
|
2023-10-26 22:38:19 +00:00
|
|
|
"type": "string",
|
2023-10-26 22:38:45 +00:00
|
|
|
"title": "Longest River"
|
2023-10-26 22:40:48 +00:00
|
|
|
},
|
2023-10-26 22:40:27 +00:00
|
|
|
"woman_nobel": {
|
2023-10-26 22:39:32 +00:00
|
|
|
"type": "string",
|
2023-10-26 22:39:53 +00:00
|
|
|
"title": "Woman Nobel Winner"
|
2023-10-26 22:39:32 +00:00
|
|
|
}
|
2023-10-26 22:35:46 +00:00
|
|
|
}
|
|
|
|
}
|