Skip to content

Commit

Permalink
Changes to requirement for dates and cardinality/requirement of repos…
Browse files Browse the repository at this point in the history
…itory/access in dataset distribution - closes #32 and #33
  • Loading branch information
agbeltran committed Aug 26, 2016
1 parent 4f1f098 commit db131c1
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions json-schemas/dataset_distribution_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@
"type" : "string"
},
"storedIn" : {
"description": "The data repository(ies) hosting the dataset.",
"type" : "array",
"items" : {
"$ref": "data_repository_schema.json#"
}
"description": "The data repository hosting the dataset distribution.",
"$ref": "data_repository_schema.json#"
},
"dates" : {
"description": "Relevant dates for the datasets, e.g. creation date or last modification date may be added.",
Expand All @@ -51,13 +48,9 @@
"description": "A release point for the dataset when applicable.",
"type" : "string"
},
"accessModalities" : {
"description": "The information about access modality for the dataset.",
"type" : "array",
"items" : {
"$ref" : "access_schema.json#"
},
"minItems": 1
"accessInformation" : {
"description": "The information about access modality for the dataset distribution.",
"$ref" : "access_schema.json#"
},
"curationStatus": {
"description": "The level of curation of the dataset distribution.",
Expand Down Expand Up @@ -107,5 +100,5 @@
}
},
"additionalProperties": false,
"required": [ "dates" ]
"required": [ "accessInformation" ]
}

0 comments on commit db131c1

Please sign in to comment.