From e381b2d123fa939bd7a5a75e786dd26d81e8011d Mon Sep 17 00:00:00 2001 From: Chris Meyer Date: Wed, 4 Mar 2020 21:15:38 -0600 Subject: [PATCH] updated terms --- gdcdictionary/schemas/_definitions.yaml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/gdcdictionary/schemas/_definitions.yaml b/gdcdictionary/schemas/_definitions.yaml index af740a8a2..473044640 100644 --- a/gdcdictionary/schemas/_definitions.yaml +++ b/gdcdictionary/schemas/_definitions.yaml @@ -207,11 +207,6 @@ data_file_properties: type: array items: type: string - storage_urls: - description: A list of URLs where the file is stored in the cloud. - type: array - items: - type: string workflow_properties: $ref: "#/ubiquitous_properties" @@ -303,3 +298,21 @@ tcga_file_properties: reference_genome_name: description: A general description of the experimental strategy used to generate the file. type: string + storage_urls: + description: A list of URLs where the file is stored in the cloud. + type: array + items: + type: string + #data_file_properties + file_name: + $ref: "#/file_name" + file_size: + $ref: "#/file_size" + md5sum: + $ref: "#/md5sum" + object_id: + $ref: "#/object_id" + consent_codes: + type: array + items: + type: string