From 65f2a0ee6b17706a97ee9a91700935f5cc6105bf 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/set-payload.schema.json b/spec/set-payload.schema.json
index dada5f5..7eac48f 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": [
@@ -154,10 +154,10 @@
           "type": "object",
           "properties": {
             "problems": {
-              "$ref": "#/definitions/problems"
+              "$ref": "#/$defs/problems"
             },
             "authenticationTags": {
-              "$ref": "#/definitions/authenticationTags"
+              "$ref": "#/$defs/authenticationTags"
             }
           },
           "required": [
-- 
GitLab