19 lines
279 B
JSON

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