RBAC: Mark some role fields as required for schema (#105328)

mark some role fields as required for schema
This commit is contained in:
Ieva
2025-05-16 13:09:01 +03:00
committed by GitHub
parent 1ffe653156
commit aecfc576be
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -8546,6 +8546,11 @@
},
"UpdateRoleCommand": {
"type": "object",
"required": [
"displayName",
"description",
"group"
],
"properties": {
"description": {
"type": "string"
+5
View File
@@ -22350,6 +22350,11 @@
},
"UpdateRoleCommand": {
"type": "object",
"required": [
"displayName",
"description",
"group"
],
"properties": {
"description": {
"type": "string"
+5
View File
@@ -12407,6 +12407,11 @@
"type": "integer"
}
},
"required": [
"displayName",
"description",
"group"
],
"type": "object"
},
"UpdateRuleGroupResponse": {