mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 08:18:26 +00:00
User: thies.marwitz@matplus.eu clicked save for playground/matplus/thies-marwitz/create-part-information-schema.json
This commit is contained in:
parent
d41ddad897
commit
0468998b78
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "Auto Complete",
|
"title": "Nested Form / Repeating Section",
|
||||||
"description": "Connect a field to a data store to auto-complete entered values.",
|
"description": "Allow the form submitter to add multiple entries for a set of fields.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"partNumber",
|
"partNumber",
|
||||||
@ -31,6 +31,28 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date",
|
"format": "date",
|
||||||
"title": "Select a city"
|
"title": "Select a city"
|
||||||
|
},
|
||||||
|
"tasks": {
|
||||||
|
"type": "array",
|
||||||
|
"title": "Tasks",
|
||||||
|
"items": {
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"title"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"title": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Title",
|
||||||
|
"description": "Please describe the task to complete"
|
||||||
|
},
|
||||||
|
"done": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Done?",
|
||||||
|
"default": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user