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

review: fix linting errors

parent 3a2efb59
No related branches found
No related tags found
1 merge request!25Änderungen aus API-Review
......@@ -2,7 +2,7 @@ value:
contactInformation:
legalName: Max
address: Musterstr. 31, 10000 Berlin, Deutschland
phone: +49170123456789
phone: "+49170123456789"
email: max@mustermann.not
unit: Department XYZ
schemas:
......
......@@ -12,7 +12,7 @@ value:
contactInformation:
legalName: Max
address: Musterstr. 31, 10000 Berlin, Deutschland
phone: +49170123456789
phone: "+49170123456789"
email: max@mustermann.not
unit: Department XYZ
callback: 'http://127.0.0.1:4010/voluptas'
......@@ -33,7 +33,7 @@ value:
contactInformation:
legalName: Max
address: Musterstr. 31, 10000 Berlin, Deutschland
phone: +49170123456789
phone: "+49170123456789"
email: max@mustermann.not
unit: Department XYZ
callback: 'http://127.0.0.1:4010/voluptas'
......@@ -11,7 +11,7 @@ value:
contactInformation:
legalName: Max
address: Musterstr. 31, 10000 Berlin, Deutschland
phone: +49170123456789
phone: "+49170123456789"
email: max@mustermann.not
unit: Department XYZ
callback: 'http://127.0.0.1:4010/voluptas'
......@@ -2,7 +2,7 @@ value:
contactInformation:
legalName: Max
address: Musterstr. 31, 10000 Berlin, Deutschland
phone: +49170123456789
phone: "+49170123456789"
email: max@mustermann.not
unit: Department XYZ
schemas:
......
......@@ -7,7 +7,7 @@ required:
- schemas
- callback
- encryptionKid
- keys
- publicKeys
properties:
contactInformation:
$ref: './contact-information.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