mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"title": "set-metadata",
|
|
"description": "",
|
|
"properties": {
|
|
"value_one": {
|
|
"type": "string", "title": "Value One"
|
|
},
|
|
"value_two": {
|
|
"type": "string", "title": "Value Two"
|
|
}
|
|
},
|
|
"required": []
|
|
} |