mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
11 lines
150 B
JSON
11 lines
150 B
JSON
|
{
|
||
|
"title": "Get Age",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"age": {
|
||
|
"type": "number",
|
||
|
"title": "age"
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|