mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 07:45:11 +00:00
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"minLength": 3,
|
|
"description": "Please enter your name"
|
|
},
|
|
"vegetarian": {
|
|
"type": "boolean"
|
|
}
|
|
|
|
} |