Skip to content

Commit

Permalink
Fixed missing pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
stiwarisemanticbits committed Sep 25, 2024
1 parent 5c17944 commit c17d504
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions static/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit c17d504

Please sign in to comment.