2023-10-26 14:36:36 +00:00
|
|
|
{
|
2023-10-26 14:38:18 +00:00
|
|
|
"title": "Tell us about the trip",
|
2023-10-26 14:43:38 +00:00
|
|
|
|
2023-10-26 14:36:36 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2023-10-26 14:44:27 +00:00
|
|
|
"tripname"
|
2023-10-26 14:36:36 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2023-10-26 14:44:50 +00:00
|
|
|
"tripname": {
|
2023-10-26 14:36:36 +00:00
|
|
|
"type": "string",
|
2023-10-26 14:45:10 +00:00
|
|
|
"title": "Trip name",
|
2023-10-26 14:45:31 +00:00
|
|
|
"default": "St. Louis"
|
2023-10-26 14:37:29 +00:00
|
|
|
},
|
2023-10-26 14:47:34 +00:00
|
|
|
"details": {
|
2023-10-26 14:37:29 +00:00
|
|
|
"type": "string",
|
2023-10-26 14:48:25 +00:00
|
|
|
"title": ""
|
2023-10-26 14:36:36 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|