Skip to content

Commit

Permalink
global: version bump to 0.1.8
Browse files Browse the repository at this point in the history
* ALLOW extra top level properties to avoid
  any migration issues when new fields are added.

Signed-off-by: Eamonn Maguire <[email protected]>
  • Loading branch information
eamonnmag committed Feb 11, 2016
1 parent 9c0cf18 commit be767ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hepdata_validator/schemas/additional_info_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"id": "http://hepdata.org/submission/schema/data/preprintyear",
"type": "string",
"title": "Preprint Year",
"description": "Indicates when the submission was last updated.",
"description": "Indicates the year when the submission preprint was first available.",
"name": "preprintyear"
},
"publicationyear": {
"id": "http://hepdata.org/submission/schema/data/publicationyear",
"type": "string",
"title": "Publication Year",
"description": "Indicates when the submission was last updated.",
"description": "Indicates the year when the submission publication was available.",
"name": "publicationyear"
},
"dateupdated": {
Expand Down Expand Up @@ -136,5 +136,5 @@
"name": "comment"
}
},
"additionalProperties": false
"additionalProperties": true
}

0 comments on commit be767ab

Please sign in to comment.