Skip to content

Commit 4500d2a

Browse files
committed
NPA-4262 Restrict parentalApplicationSupplementaryDetails_evidenceOfResponsibility to one option
1 parent 510b228 commit 4500d2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,8 @@ components:
775775
type: string
776776
answer:
777777
type: array
778-
description: A multiple option selection where multiple items of evidence can be selected
778+
description: Evidence of responsibility
779+
maxItems: 1
779780
items:
780781
oneOf:
781782
- type: object
@@ -791,7 +792,7 @@ components:
791792
enum: ['BRTH', 'ADPT', 'PRNA', 'SPRNA', 'PORD', 'SGORD', 'OTHCOURT', 'OTHR' ]
792793
display:
793794
type: string
794-
description: FHIR relationship type.
795+
description: Evidence of responsibility type.
795796
enum: ['Birth certificate', 'Adoption certificate', 'Court-witnessed parental responsibility agreement','Court-witnessed step-parent parental responsibility agreement', 'Parental order', 'Special guardianship order', 'Other court order', 'Other' ]
796797

797798
- type: object

0 commit comments

Comments
 (0)