Compare commits
No commits in common. 'ed81f0198d3ff43f6e9f2b82ea997f3b13cf3a8b' and 'f2da4278db09eaf651b4fd1b94bbe85ce4cc8990' have entirely different histories.
ed81f0198d
...
f2da4278db
@ -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