Skip to content
Snippets Groups Projects
Commit 689ac953 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

small cleanup

parent d8e797d4
No related branches found
No related tags found
1 merge request!18Umbenennung von Antragsformular / Dokument in Anhang
......@@ -50,11 +50,11 @@ properties:
minLength: 32
maxLength: 36
currentStatus:
$ref: '../schemas/application-state.yml'
$ref: './application-state.yml'
statusHistory:
type: array
items:
$ref: '../schemas/state-transition.yml'
$ref: './state-transition.yml'
x-examples:
example-1:
contentStructure:
......
......@@ -14,7 +14,7 @@ properties:
type: array
description: Auflistung aller unterstützten Antragsschemata des Zustellpunktes.
items:
$ref: '../schemas/application-schema.yml'
$ref: './application-schema.yml'
callback:
type: string
minLength: 1
......@@ -23,4 +23,4 @@ properties:
required:
- destinationId
- schemas
- callback
\ No newline at end of file
- callback
......@@ -3,4 +3,4 @@ required:
- version
properties:
version:
$ref: '../schemas/version.yml'
$ref: './version.yml'
......@@ -2,10 +2,10 @@ description: Angaben zum technischen Ansprechpartner des Zustellpunktes im Falle
type: object
additionalProperties: false
required:
- firstName
- lastName
- email
- organizationName
- firstName
- lastName
- email
- organizationName
properties:
firstName:
type: string
......@@ -18,4 +18,4 @@ properties:
description: E-Mail des technischen Ansprechpartners
organizationName:
type: string
description: Name des Unternehmens des technischen Ansprechpartners
\ No newline at end of file
description: Name des Unternehmens des technischen Ansprechpartners
......@@ -2,7 +2,7 @@ title: Aktualisierung eines Zustellpunktes
description: 'Struktur mit Attributen, die aktualisiert werden sollen.'
type: object
additionalProperties: false
x-examples: {}
x-examples: { }
properties:
technicalContact:
$ref: './technical-contact.yml'
......@@ -21,4 +21,4 @@ properties:
encryptionKey:
$ref: './jwk.yml'
signatureKey:
$ref: './jwk.yml'
\ No newline at end of file
$ref: './jwk.yml'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment