Skip to content

Commit 4146676

Browse files
authored
Merge branch 'develop' into develop_rounding-counts
2 parents bc51ad3 + 73fdadb commit 4146676

10 files changed

Lines changed: 5 additions & 152 deletions

File tree

framework/json/configuration/entryTypeDefinition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"aCollectionOf": {
1010
"description": "If the entry type is a collection of other entry types, (e.g. a Dataset is a collection of Records), then this attribute must list the entry types that could be included. One collection type could be defined as included more than one entry type (e.g. a Dataset could include Individuals or Genomic Variants), in such cases the entries are alternative, meaning that a given instance of this entry type could be of only one of the types (e.g. a given Dataset contains Individuals, while another Dataset could contain Genomic Variants, but not both at once).",
11-
"type": "array",
1211
"items": {
1312
"$ref": "../common/basicElement.json"
14-
}
13+
},
14+
"type": "array"
1515
},
1616
"additionallySupportedSchemas": {
1717
"description": "List of additional schemas that could be used for this concept in this instance of Beacon.",
@@ -71,4 +71,4 @@
7171
],
7272
"title": "",
7373
"type": "object"
74-
}
74+
}

framework/json/configuration/filteringTermsSchema.json

Lines changed: 0 additions & 66 deletions
This file was deleted.

framework/json/responses/sections/beaconInfoResults.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"description": "The date/time the Beacon was created (ISO 8601 format).",
6262
"examples": [
6363
"2014-07-19",
64-
"2017-01-17 20:33:40"
64+
"2017-01-17 20:33:40+00:00"
6565
],
6666
"type": "string"
6767
},
@@ -100,7 +100,7 @@
100100
"description": "The time the Beacon was updated in (ISO 8601 format).",
101101
"examples": [
102102
"2014-07-19",
103-
"2017-01-17 20:33:40"
103+
"2017-01-17 20:33:40+00:00"
104104
],
105105
"type": "string"
106106
},

framework/src/configuration/filteringTermsSchema.yaml

Lines changed: 0 additions & 63 deletions
This file was deleted.

models/json/beacon-v2-default-model/cohorts/filteringTerms.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

models/json/beacon-v2-default-model/datasets/filteringTerms.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

models/json/beacon-v2-default-model/genomicVariations/filteringTerms.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

models/src/beacon-v2-default-model/cohorts/filteringTerms.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

models/src/beacon-v2-default-model/datasets/filteringTerms.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

models/src/beacon-v2-default-model/genomicVariations/filteringTerms.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)