From 658de2aca9e639a32d953d2559088bd6a4b94d09 Mon Sep 17 00:00:00 2001 From: Sabela Date: Mon, 1 Mar 2021 09:41:31 +0100 Subject: [PATCH] Point to the proper tag --- beacon.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/beacon.yaml b/beacon.yaml index 0a3870d..9976bab 100644 --- a/beacon.yaml +++ b/beacon.yaml @@ -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: | @@ -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: @@ -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: