Skip to content

Commit

Permalink
updated terms
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmeyer committed Mar 5, 2020
1 parent 6b335ef commit e381b2d
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions gdcdictionary/schemas/_definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit e381b2d

Please sign in to comment.