19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"title": "Enumberations",
|
|
"description": "Items to display in a dropdown",
|
|
"type": "object",
|
|
"required": [
|
|
"value",
|
|
"label"
|
|
],
|
|
"properties": {
|
|
"value": {
|
|
"type": "string",
|
|
"title": "Abbreviated code, this will be stored"
|
|
},
|
|
"label": {
|
|
"type": "string",
|
|
"title": "Full name which will be diplayed in dropdown"
|
|
}
|
|
}
|
|
} |