Compare commits
5 Commits
ed81f0198d
...
1e2f02df03
| Author | SHA1 | Date |
|---|---|---|
|
|
1e2f02df03 | 1 year ago |
|
|
43a6167440 | 1 year ago |
|
|
e39c9af744 | 1 year ago |
|
|
cef3aff0f5 | 1 year ago |
|
|
eac951969a | 1 year ago |
@ -1,22 +0,0 @@
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
patPubId:
|
||||
$ref: '../schemas/PatIdentity.yaml#/patPubId'
|
||||
patUnid:
|
||||
$ref: '../schemas/PatIdentity.yaml#/patUnid'
|
||||
displayName:
|
||||
type: string
|
||||
example: "Timmermans - de Vos"
|
||||
addressLine1:
|
||||
type: string
|
||||
example: "Pieter Cordifstraat 88"
|
||||
addressLine2:
|
||||
type: string
|
||||
example: "2552 XT HAMOR"
|
||||
required:
|
||||
- patUnid
|
||||
- displayName
|
||||
- addressLine1
|
||||
- addressLine2
|
||||
Loading…
Reference in New Issue