Skip to content

Commit

Permalink
Syntactic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Sep 5, 2016
1 parent 7eccddb commit 0d6d62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion json-schemas/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"privacy": {
"description": "A qualifier to describe the data protection applied to the dataset. This is relevant for clinical data.",
"type": "string"
}
},
"distributions" : {
"description": "The distribution(s) by which datasets are made available (for example: mySQL dump).",
"type" : "array",
Expand Down
10 changes: 5 additions & 5 deletions json-schemas/provenance_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"type": "string"
},
"ingestTimestamp": {
"description": "A timestamp reporting when the ingestion occurred."
"description": "A timestamp reporting when the ingestion occurred.",
"type": "string"
},
"additionalProperties": false
}
}
}
},
"additionalProperties": false
}

0 comments on commit 0d6d62f

Please sign in to comment.