Skip to content
Snippets Groups Projects
Commit df0b4cb0 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Remove unnecessary attributes from application response

parent 207e1caf
No related branches found
No related tags found
1 merge request!18Umbenennung von Antragsformular / Dokument in Anhang
......@@ -4,7 +4,6 @@ type: object
required:
- applicationId
- documents
- encryptedMetadata
- destinationId
- currentStatus
properties:
......@@ -33,22 +32,6 @@ properties:
description: 'Content that is encrypted with JSON Web Encryption Compact Serialization, RFC 7516'
type: string
pattern: '^[a-zA-Z0-9-_=.]+$'
content:
type: object
required:
- data
- documents
properties:
data:
type: boolean
documents:
type: array
minItems: 0
items:
type: string
format: uuid
minLength: 32
maxLength: 36
currentStatus:
$ref: './application-state.yml'
statusHistory:
......
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