Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,624 changes: 1,077 additions & 5,547 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"license": "MIT",
"homepage": "https://github.com/NHSDigital/e-referrals-service-patient-care-api",
"dependencies": {
"@redocly/cli": "^1.34.5"
"@redocly/cli": "^2.0.5"
},
"devDependencies": {
"apigeetool": "^0.16.5",
"license-checker": "^25.0.1",
"minimist": "^1.2.8"
}
Expand Down
4 changes: 2 additions & 2 deletions specification/components/schemas/HealthcareParticipant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ properties:
- identifier
properties:
identifier:
$ref: identifiers/HealthcareService.yaml
$ref: identifiers/HealthcareService-identifier.yaml
status:
type: string
enum:
- accepted
example: 'accepted'
example: 'accepted'
4 changes: 2 additions & 2 deletions specification/components/schemas/HealthcareService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ properties:
maxItems: 1
items:
anyOf:
- $ref: identifiers/HealthcareService.yaml
- $ref: identifiers/HealthcareService-identifier.yaml
resourceType:
type: string
enum:
Expand Down Expand Up @@ -115,4 +115,4 @@ properties:
- identifier
properties:
identifier:
$ref: identifiers/NhsMhsPartyKey.yaml
$ref: identifiers/NhsMhsPartyKey.yaml
2 changes: 1 addition & 1 deletion specification/components/schemas/Task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ properties:
- identifier
properties:
identifier:
$ref: identifiers/HealthcareService.yaml
$ref: identifiers/HealthcareService-identifier.yaml
restriction:
description: |
Review Due Date.
Expand Down
4 changes: 2 additions & 2 deletions specification/e-referrals-service-patient-care-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ paths:

responses:
'200':
$ref: 'components/schemas/responses/retrieveServiceRequests/200Response.yaml'
$ref: 'components/schemas/responses/retrieveServiceRequests/rsr-200Response.yaml'
'400':
$ref: 'components/schemas/responses/retrieveServiceRequests/400Response.yaml'
'401':
Expand Down Expand Up @@ -229,7 +229,7 @@ paths:

responses:
'200':
$ref: 'components/schemas/responses/retrieveHealthcareService/200Response.yaml'
$ref: 'components/schemas/responses/retrieveHealthcareService/rhs-200Response.yaml'
'401':
$ref: 'components/schemas/responses/Unauthorized.yaml'
'404':
Expand Down