mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
User: muhammadnouman@nutech.edu.pk added process model file playground/nutech/issue/issuevoucher-schema.json
This commit is contained in:
parent
34cc1642f2
commit
571be8e890
@ -1,12 +1 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 3,
|
||||
"description": "Please enter your name"
|
||||
},
|
||||
"vegetarian": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
{}
|
@ -1,41 +1 @@
|
||||
{
|
||||
"type": "Group",
|
||||
"label": "My Group",
|
||||
"elements": [
|
||||
{
|
||||
"type": "HorizontalLayout",
|
||||
"elements": [
|
||||
{
|
||||
"type": "VerticalLayout",
|
||||
"elements": [
|
||||
{
|
||||
"type": "Control",
|
||||
"label": "Name",
|
||||
"scope": "#/properties/name"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"label": "Birth Date",
|
||||
"scope": "#/properties/birthDate"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "VerticalLayout",
|
||||
"elements": [
|
||||
{
|
||||
"type": "Control",
|
||||
"label": "Name",
|
||||
"scope": "#/properties/name"
|
||||
},
|
||||
{
|
||||
"type": "Control",
|
||||
"label": "Birth Date",
|
||||
"scope": "#/properties/birthDate"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
{}
|
Loading…
x
Reference in New Issue
Block a user