Skip to content

Commit

Permalink
Removed minItems in DatasetDistribution.dates and changed definition -
Browse files Browse the repository at this point in the history
…closes #30
  • Loading branch information
agbeltran committed Aug 26, 2016
1 parent 2b2de9a commit 4f1f098
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions json-schemas/dataset_distribution_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@
}
},
"dates" : {
"description": "Relevant dates for the datasets, a date must be added, e.g. creation date or last modification date should be added.",
"description": "Relevant dates for the datasets, e.g. creation date or last modification date may be added.",
"type" : "array",
"items" : {
"$ref" : "date_info_schema.json#"
},
"minItems": 1
}
},
"version" : {
"description": "A release point for the dataset when applicable.",
Expand Down

0 comments on commit 4f1f098

Please sign in to comment.