User: mwilson1962@gmail.com added process model file playground/safran-federal-systems/daemonbuilder/MyFirstSchema-exampledata.json

This commit is contained in:
sartography-automated-committer 2023-10-28 17:34:39 +00:00
parent 837eccfade
commit c87adf6ed3

View File

@ -9,6 +9,16 @@
"field2": {
"type": "boolean",
"title": "Field2"
},
"select_one": {
"type": "string",
"title": "Select One!",
"enum": [
"one",
" two",
" three",
" four"
]
}
}
}