31 lines
572 B
JSON
31 lines
572 B
JSON
|
{
|
||
|
"title": "Your favorite vacation spot",
|
||
|
"description": "Tell us all about your favorite vacation",
|
||
|
"properties": {
|
||
|
"location": {
|
||
|
"type": "string",
|
||
|
"title": "Location",
|
||
|
"enum": [
|
||
|
"Jamaica",
|
||
|
" Spain",
|
||
|
" Costa Rica",
|
||
|
" Florida"
|
||
|
]
|
||
|
},
|
||
|
"season": {
|
||
|
"type": "string",
|
||
|
"title": "Season",
|
||
|
"enum": [
|
||
|
"Summer",
|
||
|
" Winter",
|
||
|
" Fall",
|
||
|
" Spring"
|
||
|
]
|
||
|
},
|
||
|
"acitivites": {
|
||
|
"type": "string",
|
||
|
"title": "Acitivites"
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|