Skip to content

Commit

Permalink
angepasst an geo-daten-eai änderungen
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOber committed Feb 1, 2024
1 parent fa32cc4 commit b83a6df
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/main/resources/api/geodateneai.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "MessstelleOptionsmenuController",
"description": "API für Abfragen zum Tagesaggregat beim Messquerschnitt"
"description": "API für Abfragen zum vorbefüllen des OptionsMenues"
},
{
"name": "Messstelle",
Expand Down Expand Up @@ -52,22 +52,22 @@
"required": true
},
"responses": {
"200": {
"description": "Stadtbezirke erfolgreich abgefragt.",
"500": {
"description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/FeatureCollectionDtoFeatureDtoStadtbezirkDto"
"$ref": "#/components/schemas/InformationResponseDto"
}
}
}
},
"500": {
"description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.",
"200": {
"description": "Stadtbezirke erfolgreich abgefragt.",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/InformationResponseDto"
"$ref": "#/components/schemas/FeatureCollectionDtoFeatureDtoStadtbezirkDto"
}
}
}
Expand Down Expand Up @@ -209,22 +209,22 @@
}
],
"responses": {
"200": {
"description": "Nicht Plausible Tage erfolgreich abgefragt.",
"500": {
"description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/NichtPlausibleTageDto"
"$ref": "#/components/schemas/InformationResponseDto"
}
}
}
},
"500": {
"description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.",
"200": {
"description": "Nicht Plausible Tage erfolgreich abgefragt.",
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/InformationResponseDto"
"$ref": "#/components/schemas/NichtPlausibleTageDto"
}
}
}
Expand Down Expand Up @@ -363,10 +363,10 @@
"flaecheQm": {
"type": "number"
},
"xcoordinate": {
"ycoordinate": {
"type": "number"
},
"ycoordinate": {
"xcoordinate": {
"type": "number"
}
}
Expand Down Expand Up @@ -745,11 +745,11 @@
"type": "integer",
"format": "int32"
},
"xcoordinate": {
"ycoordinate": {
"type": "number",
"format": "double"
},
"ycoordinate": {
"xcoordinate": {
"type": "number",
"format": "double"
}
Expand Down Expand Up @@ -799,11 +799,11 @@
"$ref": "#/components/schemas/MessquerschnittDto"
}
},
"xcoordinate": {
"ycoordinate": {
"type": "number",
"format": "double"
},
"ycoordinate": {
"xcoordinate": {
"type": "number",
"format": "double"
}
Expand Down

0 comments on commit b83a6df

Please sign in to comment.