User: alex clicked save for shared/enumerations/which_enumeration-JSONSchema.json

This commit is contained in:
demo 2022-11-04 20:01:40 +00:00
parent e8ad7b78b1
commit 2109ad34dd
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
}
},
"title": "Select Enum",
"description": "Select which enumeration list to update or 'Add new' to add a new enumeration group.",
"description": "Manage your enumeration groups or add a new one.",
"type": "object",
"required": [
"whichEnum"
@ -17,7 +17,7 @@
"properties": {
"whichEnum": {
"$ref": "#/definitions/enumList",
"title": "Select Which Enumeration to Manage"
"title": "Select Which Enumeration to manage or 'Add new' to add a new enumeration group"
}
}
}