Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Point to the proper tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelatorrep committed Mar 1, 2021
1 parent 813425d commit 658de2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions beacon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -890,14 +890,14 @@ components:
Variant description using either the default or an alternative schema.
type: object
oneOf:
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/blob/draft-1/default_variant_schema.yaml#/components/schemas/VariantDetails'
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/draft-1/default_variant_schema.yaml#/components/schemas/VariantDetails'
- $ref: '#/components/schemas/AlternativeSchema'
VariantAnnotation:
description: |
Default schema for variant annotation
type: object
oneOf:
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/blob/draft-1/default_variant_annotations_schema.yaml#/components/schemas/VariantAnnotations'
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/draft-1/default_variant_annotations_schema.yaml#/components/schemas/VariantAnnotations'
- $ref: '#/components/schemas/AlternativeSchema'
VariantReponseResults:
description: |
Expand Down Expand Up @@ -1212,7 +1212,7 @@ components:
Default schema for describing invididuals.
type: object
oneOf:
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/blob/draft-1/default_individual_schema.yaml#/components/schemas/Individual'
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/draft-1/default_individual_schema.yaml#/components/schemas/Individual'
- $ref: '#/components/schemas/AlternativeSchema'

# BiosampleRequest:
Expand Down Expand Up @@ -1277,7 +1277,7 @@ components:
Default schema for describing biosamples.
type: object
oneOf:
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/blob/draft-1/default_biosample_schema.yaml#/components/schemas/Biosample'
- $ref: 'https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/draft-1/default_biosample_schema.yaml#/components/schemas/Biosample'
- $ref: '#/components/schemas/AlternativeSchema'

InfoResponse:
Expand Down

0 comments on commit 658de2a

Please sign in to comment.