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

refactor: add changes from 8ecf5adc

parent be83befc
No related branches found
No related tags found
1 merge request!21feat: add rapidoc as asset
...@@ -22,6 +22,9 @@ properties: ...@@ -22,6 +22,9 @@ properties:
type: array type: array
items: items:
type: string type: string
format: uuid
minLength: 32
maxLength: 36
currentStatus: currentStatus:
$ref: './application-state.yml' $ref: './application-state.yml'
encryptedMetadata: encryptedMetadata:
......
...@@ -3,11 +3,10 @@ description: Die mit Hilfe von JWE verschlüsselten Metadaten des Antrags. ...@@ -3,11 +3,10 @@ description: Die mit Hilfe von JWE verschlüsselten Metadaten des Antrags.
type: object type: object
required: required:
- encryptedMetadata - encryptedMetadata
- encryptedData
properties: properties:
encryptedMetadata: encryptedMetadata:
type: string type: string
pattern: '^[a-zA-Z0-9-_=.]+$' pattern: '^[a-zA-Z0-9-_=.]+$'
encryptedData: encryptedData:
type: string type: string
pattern: '^[a-zA-Z0-9-_=.]+$' pattern: '^[a-zA-Z0-9-_=.]+$'
\ No newline at end of file
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