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 @@
"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": [
......
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