2022-10-19 01:00:02 +00:00
|
|
|
{
|
2022-10-20 18:01:14 +00:00
|
|
|
"title": "Enumberations",
|
|
|
|
"description": "Items to display in a dropdown",
|
2022-10-20 17:53:17 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2022-10-20 21:41:16 +00:00
|
|
|
"addValue",
|
2022-10-20 21:55:54 +00:00
|
|
|
"addLabel"
|
2022-10-20 17:53:17 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2022-10-20 21:41:16 +00:00
|
|
|
"addValue": {
|
2022-10-20 17:53:17 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Abbreviated code, this will be stored"
|
|
|
|
},
|
2022-10-20 21:41:16 +00:00
|
|
|
"addLabel": {
|
2022-10-20 17:53:17 +00:00
|
|
|
"type": "string",
|
|
|
|
"title": "Full name which will be diplayed in dropdown"
|
|
|
|
}
|
|
|
|
}
|
2022-10-19 01:33:55 +00:00
|
|
|
}
|