mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"title": "Enumberations",
|
|
"description": "Items to display in a dropdown",
|
|
"type": "object",
|
|
"required": [
|
|
"addValue",
|
|
"addLabel"
|
|
],
|
|
"properties": {
|
|
"addValue": {
|
|
"type": "string",
|
|
"title": "Abbreviated code, this will be stored"
|
|
},
|
|
"addLabel": {
|
|
"type": "string",
|
|
"title": "Full name which will be diplayed in dropdown"
|
|
}
|
|
}
|
|
} |