mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 05:48:11 +00:00
User: gecastro@gmail.com added process model file playground/unsw/edit-test/edit-row-schema.json
This commit is contained in:
parent
e553a94bfe
commit
3d441261ae
29
playground/unsw/edit-test/edit-row-schema.json
Normal file
29
playground/unsw/edit-test/edit-row-schema.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"title": "Text Field",
|
||||
"description": "A simple text field that is required, has a default value, sets a placeholder, includes a description. (field name will be 'firstname')",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name",
|
||||
"x",
|
||||
"y",
|
||||
"z"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"title": "Item name"
|
||||
},
|
||||
"x": {
|
||||
"type": "number",
|
||||
"title": "X"
|
||||
},
|
||||
"y": {
|
||||
"type": "number",
|
||||
"title": "Y"
|
||||
},
|
||||
"z": {
|
||||
"type": "number",
|
||||
"title": "Z"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user