Skip to content

Commit

Permalink
Merge pull request #26 from europace/KITT-187
Browse files Browse the repository at this point in the history
KITT-187 identifikation added to response
  • Loading branch information
dos-meta authored Jun 5, 2020
2 parents 5045208 + c732135 commit d3b49b1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 1.0.4-alpha
version: 1.0.5
title: KEX Market Engine API
basePath: /v1
schemes:
Expand Down Expand Up @@ -1009,6 +1009,10 @@ definitions:
type: array
items:
$ref: '#/definitions/dokument'
identifikation:
type: array
items:
$ref: '#/definitions/identifikation'

angebot:
type: object
Expand Down Expand Up @@ -1239,6 +1243,16 @@ definitions:
description: Zum Beispiel zum Ausschluss von Dokumenten vom Dokumente-Upload.
type: boolean

identifikation:
type: object
properties:
antragstellerId:
type: string
videolegitimationUrl:
type: string
qesUrl:
type: string

tilgungsplan:
type: object
properties:
Expand Down

0 comments on commit d3b49b1

Please sign in to comment.