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