From 13a3539f577a722f8ff3b4c4dc16e16290f467b9 Mon Sep 17 00:00:00 2001
From: Christoph Metzger <christoph.metzger@codecentric.de>
Date: Mon, 31 Jul 2023 15:17:33 +0200
Subject: [PATCH] fix(linting): Fix references (planning#460)

---
 spec/set-payload.schema.json | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/spec/set-payload.schema.json b/spec/set-payload.schema.json
index dada5f5..f1fde58 100644
--- a/spec/set-payload.schema.json
+++ b/spec/set-payload.schema.json
@@ -114,7 +114,7 @@
           "type": "object",
           "properties": {
             "authenticationTags": {
-              "$ref": "#/definitions/authenticationTags"
+              "$ref": "#/$defs/authenticationTags"
             }
           },
           "required": [
@@ -142,7 +142,7 @@
           "type": "object",
           "properties": {
             "problems": {
-              "$ref": "#/definitions/problems"
+              "$ref": "#/$defs/problems"
             }
           },
           "required": [
@@ -153,11 +153,8 @@
           "description": "Mit diesem Event dokumentiert der Zustelldienst, dass die Antwort akzeptiert wurde.",
           "type": "object",
           "properties": {
-            "problems": {
-              "$ref": "#/definitions/problems"
-            },
             "authenticationTags": {
-              "$ref": "#/definitions/authenticationTags"
+              "$ref": "#/$defs/authenticationTags"
             }
           },
           "required": [
-- 
GitLab