User: muhammadnouman@nutech.edu.pk added process model file playground/nutech/issue/issuevoucher-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-24 06:01:46 +00:00
parent 34cc1642f2
commit 571be8e890
2 changed files with 2 additions and 53 deletions

View File

@ -1,12 +1 @@
{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 3,
"description": "Please enter your name"
},
"vegetarian": {
"type": "boolean"
}
}
{}

View File

@ -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"
}
]
}
]
}
]
}
{}