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

review: Destination to include contact and callback

parent 2c6ec177
No related branches found
No related tags found
1 merge request!25Änderungen aus API-Review
......@@ -9,6 +9,10 @@ value:
keys:
- kty: RSA
kid: my-key-id-0xfff
contact:
email: max@mustermann.not
organizationName: Musterorganisation
callback: 'http://127.0.0.1:4010/voluptas'
- destinationId: 2f59b8c6-3206-4734-aa21-a7b2a4d92f7a
schemas:
- mimeType: application/xml
......@@ -23,3 +27,7 @@ value:
keys:
- kty: RSA
kid: my-key-id-0xeee
contact:
email: max@mustermann.not
organizationName: Musterorganisation
callback: 'http://127.0.0.1:4010/voluptas'
......@@ -8,3 +8,7 @@ value:
keys:
- kty: RSA
kid: my-key-id-0xfff
contact:
email: max@mustermann.not
organizationName: Musterorganisation
callback: 'http://127.0.0.1:4010/voluptas'
......@@ -6,6 +6,8 @@ required:
- schemas
- encryptionKid
- keys
- contact
- callback
properties:
destinationId:
type: string
......@@ -27,3 +29,10 @@ properties:
# signingKid ist nicht nötig, da diese in einer signierten Nachricht enthalten ist.
keys:
$ref: './jwks.yml'
contact:
$ref: './contact.yml'
callback:
type: string
minLength: 1
format: uri
description: 'Öffentlich erreichbare Callbackadresse, um Benachrichtigungen beim Vorliegen neuer Anträge zu empfangen.'
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