User: dinithijonline@gmail.com added process model file playground/dinithi/test-user-task/myFirstForm-schema.json
This commit is contained in:
parent
8461b3443f
commit
ae1722d1d3
|
@ -1,14 +1,13 @@
|
||||||
{
|
{
|
||||||
"title": "Test Form",
|
"title": "Test Form",
|
||||||
"description": "Test Form.",
|
"description": "Test Form.",
|
||||||
"type": "object",
|
|
||||||
"required": [
|
|
||||||
"firstName"
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"firstName": {
|
"firstName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "First Name"
|
"title": "First Name"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"firstName"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue