Skip to content
Snippets Groups Projects
Verified Commit 13a3539f authored by Christoph Metzger's avatar Christoph Metzger
Browse files

fix(linting): Fix references (planning#460)

parent e19cac6c
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"authenticationTags": { "authenticationTags": {
"$ref": "#/definitions/authenticationTags" "$ref": "#/$defs/authenticationTags"
} }
}, },
"required": [ "required": [
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"problems": { "problems": {
"$ref": "#/definitions/problems" "$ref": "#/$defs/problems"
} }
}, },
"required": [ "required": [
...@@ -153,11 +153,8 @@ ...@@ -153,11 +153,8 @@
"description": "Mit diesem Event dokumentiert der Zustelldienst, dass die Antwort akzeptiert wurde.", "description": "Mit diesem Event dokumentiert der Zustelldienst, dass die Antwort akzeptiert wurde.",
"type": "object", "type": "object",
"properties": { "properties": {
"problems": {
"$ref": "#/definitions/problems"
},
"authenticationTags": { "authenticationTags": {
"$ref": "#/definitions/authenticationTags" "$ref": "#/$defs/authenticationTags"
} }
}, },
"required": [ "required": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment