diff --git a/spec/set-payload.schema.json b/spec/set-payload.schema.json index bf09eb02a0b6d914d484c47116b9f916c0c9fae2..3df32670d2bc27aa4c1f0137cb1ab408550d90b7 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": [