mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 23:08:10 +00:00
19 lines
298 B
JSON
19 lines
298 B
JSON
{
|
|
"title": "Tell us about the trip",
|
|
|
|
"type": "object",
|
|
"required": [
|
|
"tripname"
|
|
],
|
|
"properties": {
|
|
"tripname": {
|
|
"type": "string",
|
|
"title": "Trip name",
|
|
"default": "St. Louis"
|
|
},
|
|
"details": {
|
|
"type": "string",
|
|
"title": "details"
|
|
}
|
|
}
|
|
} |