mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:28:14 +00:00
25 lines
504 B
JSON
25 lines
504 B
JSON
|
{
|
||
|
"title":"Type Ahead Demo",
|
||
|
"description":"",
|
||
|
"properties":{
|
||
|
"destination":{
|
||
|
"type":"string",
|
||
|
"title":"What city are you going to?"
|
||
|
},
|
||
|
"stateOfOrigin":{
|
||
|
"type":"string",
|
||
|
"title":"What state are you leaving from?"
|
||
|
},
|
||
|
"someCountry":{
|
||
|
"type":"string",
|
||
|
"title":"Just pick a country"
|
||
|
},
|
||
|
"someEmployee":{
|
||
|
"type":"string",
|
||
|
"title":"A coworker"
|
||
|
}
|
||
|
},
|
||
|
"required":[
|
||
|
|
||
|
]
|
||
|
}
|