mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"title": "Get Value",
|
|
"description": "",
|
|
"properties": {
|
|
"values": {
|
|
"type": "object",
|
|
"title": "The Values",
|
|
"properties": {
|
|
"value_one": {
|
|
"type": "string",
|
|
"title": "Value One"
|
|
},
|
|
"value_two": {
|
|
"type": "string",
|
|
"title": "Value Two"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"required": []
|
|
} |