19 lines
285 B
JSON

{
"title": "Tell us about the trip",
"type": "object",
"required": [
"tripname"
],
"properties": {
"tripname": {
"type": "string",
"title": "Trip name",
"default": "St. "
},
"bio": {
"type": "string",
"title": "Bio"
}
}
}