Skip to content

Commit

Permalink
Changes related to publication - #31
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Aug 30, 2016
1 parent db131c1 commit 3084dd8
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions json-schemas/dataset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,24 @@
"$ref" : "dimension_schema.json#"
}
},
"isCitedBy" : {
"description": "The relevant publication(s) describing how the dataset was produced or used.",
"primaryPublications" : {
"description": "The primary publication(s) associated with the dataset, usually describing how the dataset was produced.",
"type" : "array",
"items" : {
"$ref" : "publication_schema.json#"
}
},
"citations" : {
"description": "The publication(s) that cite this dataset.",
"type" : "array",
"items" : {
"$ref" : "publication_schema.json#"
}
},
"citationCount": {
"description": "The number of publications that cite this dataset (enumerated in the citations property)",
"type": "integer"
},
"producedBy" : {
"description": "A study process which generated a given dataset, if any.",
"$ref" : "study_schema.json#"
Expand Down

0 comments on commit 3084dd8

Please sign in to comment.