From eb0ca1256b7c7c26b2dc32056beb797b08b1a818 Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Tue, 18 Oct 2022 12:20:59 +0200 Subject: [PATCH] chore: add local refs to definitions (authenticationTags/problems) for reply events --- spec/set-payload.schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/set-payload.schema.json b/spec/set-payload.schema.json index bf09eb0..3df3267 100644 --- a/spec/set-payload.schema.json +++ b/spec/set-payload.schema.json @@ -114,7 +114,7 @@ "type": "object", "properties": { "authenticationTags": { - "$ref": "./authentication-tags.schema.json" + "$ref": "#/definitions/authenticationTags" } }, "required": [ @@ -142,7 +142,7 @@ "type": "object", "properties": { "problems": { - "$ref": "./problems.schema.json" + "$ref": "#/definitions/problems" } }, "required": [ @@ -154,10 +154,10 @@ "type": "object", "properties": { "problems": { - "$ref": "./problems.schema.json" + "$ref": "#/definitions/problems" }, "authenticationTags": { - "$ref": "./authentication-tags.schema.json" + "$ref": "#/definitions/authenticationTags" } }, "required": [ -- GitLab