mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
15 lines
229 B
JSON
15 lines
229 B
JSON
{
|
|
"title": "Text Field",
|
|
"description": "Please enter your age",
|
|
"type": "object",
|
|
"required": [
|
|
"age"
|
|
],
|
|
"properties": {
|
|
"age": {
|
|
"type": "integer",
|
|
"title": "Age",
|
|
"default": 10
|
|
}
|
|
}
|
|
} |