Skip to content

Commit

Permalink
chore(formatting): Fixed formatting mistakes (#1246)
Browse files Browse the repository at this point in the history
fixed formatting mistakes have sneaked into prod

Co-authored-by: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and CommanderStorm committed Jun 23, 2024
1 parent def05ac commit cec1621
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ paths:
text/plain:
schema:
type: string
examples:
- Not found
enum:
- Not found
examples:
- Not found
'414':
description: The uri you are trying to request is unreasonably long. Search querys dont have thousands of chars..
tags:
Expand Down Expand Up @@ -715,10 +715,10 @@ paths:
text/plain:
schema:
type: string
examples:
- Not found
enum:
- Not found
examples:
- Not found
tags:
- core
'/api/calendar/{id}':
Expand Down Expand Up @@ -810,20 +810,20 @@ paths:
text/plain:
schema:
type: string
examples:
- Not found
enum:
- Not found
examples:
- Not found
'503':
description: 'Not Ready, please retry later'
content:
text/plain:
schema:
type: string
examples:
- Waiting for first sync with TUMonline
enum:
- Waiting for first sync with TUMonline
examples:
- Waiting for first sync with TUMonline
tags:
- core
'/api/preview/{id}':
Expand Down Expand Up @@ -890,10 +890,10 @@ paths:
text/plain:
schema:
type: string
examples:
- Not found
enum:
- Not found
examples:
- Not found
tags:
- maps
/api/feedback/get_token:
Expand Down Expand Up @@ -1122,11 +1122,11 @@ paths:
schema:
type: integer
format: int32
minimum: 0
examples:
- 0
- 1
- 2
minimum: 0
responses:
'200':
description: The image you requested
Expand All @@ -1143,10 +1143,10 @@ paths:
text/plain:
schema:
type: string
examples:
- Not found
enum:
- Not found
examples:
- Not found
'414':
description: 'The uri you are trying to request is unreasonably long. neither ids, nor any other parameter has more than 30 chars..'
tags:
Expand Down Expand Up @@ -1201,10 +1201,10 @@ paths:
text/plain:
schema:
type: string
examples:
- Not found
enum:
- Not found
examples:
- Not found
'414':
description: 'The uri you are trying to request is unreasonably long. neither ids, nor any other parameter has more than 30 chars..'
tags:
Expand Down Expand Up @@ -1464,21 +1464,21 @@ components:
source:
description: The source of the Coordinates
type: string
examples:
enum:
- roomfinder
- navigatum
- inferred
enum:
examples:
- roomfinder
- navigatum
- inferred
accuracy:
description: 'How accurate the coordinate is. Only present, if it is limited to a degree (e.g. we only know the building)'
type: string
examples:
- building
enum:
- building
examples:
- building
required:
- lat
- lon
Expand Down Expand Up @@ -1659,10 +1659,10 @@ components:
facet:
description: These indicate the type of item this represents
type: string
examples:
- rooms
enum:
- rooms
examples:
- rooms
estimatedTotalHits:
description: The estimated (not exact) number of hits for that query
type: integer
Expand Down Expand Up @@ -1694,10 +1694,10 @@ components:
facet:
description: These indicate the type of item this represents
type: string
examples:
- sites_buildings
enum:
- sites_buildings
examples:
- sites_buildings
estimatedTotalHits:
description: The estimated (not exact) number of hits for that query
type: integer
Expand Down Expand Up @@ -1732,12 +1732,12 @@ components:
type:
description: the type of the room
type: string
examples:
- room
enum:
- room
- virtual_room
- poi
examples:
- room
name:
description: Subtext to show below the search result. Usually contains the context of where this rooms is located in. Currently not highlighted.
type: string
Expand Down Expand Up @@ -1765,14 +1765,14 @@ components:
type:
description: the type of the site/building
type: string
examples:
- campus
enum:
- campus
- building
- area
- site
- joined_building
examples:
- campus
name:
description: Subtext to show below the search result. Usually contains the context of where this rooms is located in. Currently not highlighted.
type: string
Expand Down Expand Up @@ -2253,15 +2253,15 @@ components:
The category of the feedback.
Enum attribute is softly enforced: Any value not listed below will be replaced by "other"
type: string
examples:
- bug
enum:
- bug
- feature
- search
- entry
- general
- other
examples:
- bug
subject:
description: The subject/title of the feedback
type: string
Expand Down Expand Up @@ -2379,4 +2379,4 @@ tags:
externalDocs:
description: Visit our Github Page for more in-depth documentation
url: 'https://github.com/TUM-Dev/navigatum'
$schema: 'http://json-schema.org/draft-07/schema#'
$schema: 'http://json-schema.org/draft-07/schema#'

0 comments on commit cec1621

Please sign in to comment.