Skip to content

Commit

Permalink
feat(DTFS2-7052): updating api spec snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
avaitonis committed Apr 25, 2024
1 parent fa73657 commit 3e215d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/docs/__snapshots__/get-docs-yaml.api-test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1141,8 +1141,9 @@ components:
properties:
organisationName:
type: string
description: Organisation name if available
description: Organisation name, if available
example: CHURCHILL MUSEUM & CABINET WAR ROOMS
nullable: true
addressLine1:
type: string
description: Address line 1
Expand All @@ -1151,10 +1152,12 @@ components:
type: string
description: Address line 2
example: null
nullable: true
addressLine3:
type: string
description: Address line 3
example: null
nullable: true
locality:
type: string
description: Locality, Town
Expand All @@ -1163,6 +1166,7 @@ components:
type: string
description: Postcode
example: SW1A 2AQ
nullable: true
country:
type: string
description: Country of address record
Expand All @@ -1172,6 +1176,7 @@ components:
- Scotland
- Wales
- Northern Ireland
nullable: true
required:
- organisationName
- addressLine1
Expand Down

0 comments on commit 3e215d7

Please sign in to comment.