Skip to content

Commit 7dd65e3

Browse files
data file props must be required
1 parent ccd1b2f commit 7dd65e3

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

gdcdictionary/schemas/aligned_reads_file.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ links:
4848
required:
4949
- type
5050
- submitter_id
51+
- data_category
52+
- data_type
53+
- data_format
5154

5255
uniqueKeys:
5356
- [ id ]

gdcdictionary/schemas/aligned_reads_index_file.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ systemProperties:
2020
- state
2121
- file_state
2222
- error_type
23+
- data_category
24+
- data_type
25+
- data_format
2326

2427
links:
2528
- name: aligned_reads_files

gdcdictionary/schemas/clinical_file.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ links:
4848
required:
4949
- submitter_id
5050
- type
51+
- data_category
52+
- data_type
53+
- data_format
5154

5255
uniqueKeys:
5356
- [ id ]

gdcdictionary/schemas/image_annotation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ links:
6565
required:
6666
- submitter_id
6767
- type
68+
- data_category
69+
- data_type
70+
- data_format
6871

6972
uniqueKeys:
7073
- [id]

gdcdictionary/schemas/image_file.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ uniqueKeys:
5656
required:
5757
- type
5858
- submitter_id
59+
- data_category
60+
- data_type
61+
- data_format
5962

6063
properties:
6164
$ref: "_definitions.yaml#/data_file_properties"

gdcdictionary/schemas/unaligned_reads_file.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ links:
4141
required:
4242
- type
4343
- submitter_id
44+
- data_category
45+
- data_type
46+
- data_format
4447

4548
uniqueKeys:
4649
- [ id ]

gdcdictionary/schemas/variant_call_file.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ links:
4848
required:
4949
- type
5050
- submitter_id
51+
- data_category
52+
- data_type
53+
- data_format
5154

5255
uniqueKeys:
5356
- [ id ]

0 commit comments

Comments
 (0)