Skip to content

Commit 34bc5c8

Browse files
committed
NPA-4262 Restrict parentalApplicationSupplementaryDetails_evidenceOfResponsibility to one option
1 parent 740ff01 commit 34bc5c8

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
@@ -730,7 +730,8 @@ components:
730730
type: string
731731
answer:
732732
type: array
733-
description: A multiple option selection where multiple items of evidence can be selected
733+
description: Evidence of responsibility
734+
maxItems: 1
734735
items:
735736
oneOf:
736737
- type: object
@@ -746,7 +747,7 @@ components:
746747
enum: ['BRTH', 'ADPT', 'PRNA', 'SPRNA', 'PORD', 'SGORD', 'OTHCOURT', 'OTHR' ]
747748
display:
748749
type: string
749-
description: FHIR relationship type.
750+
description: Evidence of responsibility type.
750751
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' ]
751752

752753
- type: object

0 commit comments

Comments
 (0)