Skip to content

Commit bf664f6

Browse files
committed
Changed data_schema -> data_file_schema.
1 parent 5d46843 commit bf664f6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

isatools/resources/schemas/v1.0.1/assay_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dataFiles" : {
2121
"type": "array",
2222
"items" : {
23-
"$ref": "data_schema.json#"
23+
"$ref": "data_file_schema.json#"
2424
}
2525
},
2626
"materials": {
@@ -68,4 +68,4 @@
6868
}
6969
},
7070
"additionalProperties": false
71-
}
71+
}

isatools/resources/schemas/v1.0.1/data_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "https://raw.githubusercontent.com/ISA-tools/isa-api/master/isatools/resources/schemas/v1.0.1/data_schema.json",
2+
"id": "https://raw.githubusercontent.com/ISA-tools/isa-api/master/isatools/resources/schemas/v1.0.1/data_file_schema.json",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
44
"title": "ISA Data schema",
55
"name" : "ISA Data schema",
@@ -40,4 +40,4 @@
4040
}
4141
},
4242
"additionalProperties": false
43-
}
43+
}

isatools/resources/schemas/v1.0.1/process_schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"$ref": "sample_schema.json#"
4848
},
4949
{
50-
"$ref": "data_schema.json#"
50+
"$ref": "data_file_schema.json#"
5151
},
5252
{
5353
"$ref": "material_schema.json#"
@@ -63,7 +63,7 @@
6363
"$ref": "sample_schema.json#"
6464
},
6565
{
66-
"$ref": "data_schema.json#"
66+
"$ref": "data_file_schema.json#"
6767
},
6868
{
6969
"$ref": "material_schema.json#"
@@ -79,4 +79,4 @@
7979
}
8080
},
8181
"additionalProperties": false
82-
}
82+
}

0 commit comments

Comments
 (0)