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",
"description": "Test Form.",
"type": "object",
"required": [
"firstName"
],
"properties": {
"firstName": {
"type": "string",
"title": "First Name"
}
}
{
"title": "Test Form",
"description": "Test Form.",
"properties": {
"firstName": {
"type": "string",
"title": "First Name"
}
},
"required": [
"firstName"
]
}