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

Fix typo in description

parent d186bf33
No related branches found
No related tags found
1 merge request!25Änderungen aus API-Review
#!/usr/bin/env sh
YML_IN="spec/combined.yml"
YML_OUT="spec/combined-bundled.yml"
YML_IN="spec/zustelldienst.yml"
YML_OUT="spec/zustelldienst-bundled.yml"
docker run --rm -v "$(pwd):/work" jeanberu/swagger-cli \
swagger-cli bundle -t yaml -o "/work/$YML_OUT" "/work/$YML_IN"
......
......@@ -9,6 +9,6 @@ properties:
type: string
pattern: '^[a-zA-Z0-9-_=.]+$'
encryptedData:
desctiption: Verschlüsselte Antragsdaten im Format JSON Web Encryption (JWE) laut RFC7516
description: Verschlüsselte Antragsdaten im Format JSON Web Encryption (JWE) laut RFC7516
type: string
pattern: '^[a-zA-Z0-9-_=.]+$'
#!/usr/bin/env sh
./bundle.sh
YML_IN="spec/zustelldienst-bundled.yml"
docker run --rm -v "$(pwd):/work" jeanberu/swagger-cli \
swagger-cli validate "/work/$YML_IN"
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