Skip to content

Commit

Permalink
schemas: remove unimplemented "data_schema" from submission_schema.json
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Watt <graeme.watt@durham.ac.uk>
  • Loading branch information
GraemeWatt committed May 21, 2019
1 parent d0b0cab commit 584f850
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Via GitHub (for developers):
git clone https://github.com/HEPData/hepdata-validator
cd hepdata-validator
pip install --upgrade -e . -r requirements.txt
pip install --upgrade -e . -r requirements.txt
pytest testsuite
Expand Down
4 changes: 1 addition & 3 deletions hepdata_validator/schemas/additional_info_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@
},
"comment": {
"type": "string",
"title": "Comment",
"description": "Information that applies to all data tables.",
"name": "comment"
"description": "Information that applies to all data tables."
}
},
"additionalProperties": true
Expand Down
1 change: 0 additions & 1 deletion hepdata_validator/schemas/submission_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
}
},
"data_file": { "type": "string" },
"data_schema": { "type": "string" },
"data_license": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 584f850

Please sign in to comment.