User: dinithijonline@gmail.com added process model file playground/dinithi/test-user-task/myFirstForm-schema.json

This commit is contained in:
sartography-automated-committer 2023-09-12 03:36:27 +00:00
parent 8461b3443f
commit ae1722d1d3
1 changed files with 12 additions and 13 deletions

View File

@ -1,14 +1,13 @@
{ {
"title": "Test Form", "title": "Test Form",
"description": "Test Form.", "description": "Test Form.",
"type": "object", "properties": {
"required": [ "firstName": {
"firstName" "type": "string",
], "title": "First Name"
"properties": { }
"firstName": { },
"type": "string", "required": [
"title": "First Name" "firstName"
} ]
}
} }