From f379af23b5e780f8ea4958ed777ed3b68dbe37eb Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 3 Jul 2023 17:21:30 +0200 Subject: [PATCH] chore: update json schema --- src/main/resources/schemas/schema-form.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/schemas/schema-form.json b/src/main/resources/schemas/schema-form.json index 3779eb2..afe770e 100644 --- a/src/main/resources/schemas/schema-form.json +++ b/src/main/resources/schemas/schema-form.json @@ -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",