Skip to content

Commit

Permalink
Added sources to the openapi specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Mar 26, 2023
1 parent 204c7c9 commit 8313f39
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,13 +1713,33 @@ components:
$ref: '#/components/schemas/ImageInfo'
ranking_factors:
$ref: '#/components/schemas/RankingFactors'
sources:
type: object
required:
- base
description: 'Where we got our data from, should be displayed at the bottom of any page containing this data'
properties:
base:
type: array
description: What is the basis of the data we have
items:
type: object
minProperties: 1
properties:
name:
type: string
example: NavigaTUM
description: The name of the provider
required:
- name
required:
- type_common_name
- name
- parents
- parent_names
- props
- ranking_factors
- sources
CalendarResponse:
type: object
properties:
Expand Down

0 comments on commit 8313f39

Please sign in to comment.