diff --git a/docs/openapi/openapi.yaml b/docs/openapi/openapi.yaml index 4f157635..07c04219 100644 --- a/docs/openapi/openapi.yaml +++ b/docs/openapi/openapi.yaml @@ -251,9 +251,9 @@ components: items: $ref: "#/components/schemas/Lpa" Lpa: - $ref: "../schemas/2024-10/lpa.json" + $ref: "https://data-dictionary.opg.service.justice.gov.uk/schema/lpa/2024-10/lpa.json" DonorDetails: - $ref: "../schemas/2024-10/donor-details.json" + $ref: "https://data-dictionary.opg.service.justice.gov.uk/schema/lpa/2024-10/donor-details.json" Update: type: object required: diff --git a/docs/schemas/2024-10/lpa.json b/docs/schemas/2024-10/lpa.json index 9094ef60..295b30ed 100644 --- a/docs/schemas/2024-10/lpa.json +++ b/docs/schemas/2024-10/lpa.json @@ -4,7 +4,7 @@ "description": "A lasting power of attorney document", "allOf": [ { - "$ref": "./donor-details.json" + "$ref": "https://data-dictionary.opg.service.justice.gov.uk/schema/lpa/2024-10/donor-details.json" } ], "type": "object",