Skip to content

Commit

Permalink
chore: update json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
leleueri committed Jul 5, 2023
1 parent 636cbf5 commit f379af2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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:openid:userinfo:configuration:UserInfoPolicyConfiguration",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties" : {
"oauthResource" : {
"title": "OpenID Connect resource",
Expand Down

0 comments on commit f379af2

Please sign in to comment.