Skip to content

Commit

Permalink
KITT-189 Change type of immobilie.art from String to Enum because the…
Browse files Browse the repository at this point in the history
…re are only 4 valid values.
  • Loading branch information
dos-meta committed May 27, 2020
1 parent b720b1c commit 01070ea
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ definitions:
id:
type: string
art:
type: string
$ref: '#/definitions/immobilienart'
verkehrswert:
$ref: '#/definitions/euro'
wohnflaeche:
Expand All @@ -655,12 +655,20 @@ definitions:
nutzungsart:
$ref: '#/definitions/immobiliennutzungsart'

immobilienart:
type: string
enum:
- EIGENTUMSWOHNUNG
- EINFAMILIENHAUS
- MEHRFAMILIENHAUS
- BUERO_GESCHAEFTSGEBAEUDE

immobiliennutzungsart:
type: string
enum:
- VERMIETET
- EIGENGENUTZT
- EIGENGENUTZT_UND_VERMIETET
enum:
- VERMIETET
- EIGENGENUTZT
- EIGENGENUTZT_UND_VERMIETET

verbindlichkeiten:
type: object
Expand Down

0 comments on commit 01070ea

Please sign in to comment.