Skip to content
Snippets Groups Projects
Verified Commit 65f2a0ee authored by Christoph Metzger's avatar Christoph Metzger Committed by Jonas Gröger
Browse files

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

parent e19cac6c
No related branches found
No related tags found
1 merge request!1New Rückkanal Events (planning#460)
...@@ -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": [
...@@ -154,10 +154,10 @@ ...@@ -154,10 +154,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"problems": { "problems": {
"$ref": "#/definitions/problems" "$ref": "#/$defs/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