User: madhurya@sartography.com added process model file examples/2-in-depth/2-3-sub-processes/name-schema.json

This commit is contained in:
sartography-automated-committer 2023-08-01 13:02:52 +00:00
parent 713449d416
commit 79b6ca31aa
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"title": "Enter Name",
"description": "Please enter your name.",
"properties": {
"name": {
"type": "string",
"title": "Name"
}
},
"required": []
}