mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"title": "Travel Information",
|
|
"description": "Tell us about your travel information. Journey includes,",
|
|
"properties": {
|
|
"air_travel": {
|
|
"type": "boolean",
|
|
"title": "Air Travel"
|
|
},
|
|
"rail_travel": {
|
|
"type": "boolean",
|
|
"title": "Rail Travel"
|
|
},
|
|
"road_travel": {
|
|
"type": "boolean",
|
|
"title": "Road Travel"
|
|
}
|
|
},
|
|
"required": []
|
|
} |