From c17d504236a34e88cfc0f48ae4af84582a0e1bbe Mon Sep 17 00:00:00 2001 From: Shivam Tiwari Date: Wed, 25 Sep 2024 10:44:54 -0400 Subject: [PATCH] Fixed missing pieces --- static/openapi.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/static/openapi.yaml b/static/openapi.yaml index a9ee01f34..21e36a4fa 100755 --- a/static/openapi.yaml +++ b/static/openapi.yaml @@ -258,15 +258,9 @@ paths: responses: '200': content: - application/json: - schema: - $ref: '#/components/schemas/V1FhirCoverage' - examples: - V1FhirCoverageExample: - $ref: '#/components/examples/V1FhirCoverageExample' application/fhir+json: schema: - $ref: '#/components/schemas/V1FhirCoverage' + $ref: '#/components/schemas/FHIR-JSON-RESOURCE' examples: V1FhirCoverageExample: $ref: '#/components/examples/V1FhirCoverageExample' @@ -406,7 +400,7 @@ paths: content: application/fhir+json: schema: - $ref: '#/components/schemas/V2FhirMetadata' + $ref: '#/components/schemas/FHIR-JSON-RESOURCE' examples: V2FhirMetadataExample: $ref: '#/components/examples/V2FhirMetadataExample'