Skip to content

Commit

Permalink
chore: update schema form
Browse files Browse the repository at this point in the history
  • Loading branch information
leleueri committed Jul 5, 2023
1 parent 09260c4 commit 6047875
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/schemas/schema-form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"type" : "object",
"id" : "urn:jsonschema:io:gravitee:policy:rbac:configuration:RoleBasedAccessControlPolicyConfiguration",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties" : {
"roles": {
"type" : "array",
Expand All @@ -13,7 +14,7 @@
},
"strict" : {
"title": "Strict mode",
"description": "Check roles with exactly those configured",
"description": "Check roles with exactly those configured.",
"type" : "boolean",
"default": true
}
Expand Down

0 comments on commit 6047875

Please sign in to comment.