Skip to content

Commit

Permalink
Merge 8f59960 into f598431
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplun committed Jan 16, 2017
2 parents f598431 + 8f59960 commit 92dc09f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion inspire_schemas/records/hep.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"$ref": "elements/acquisition_source.json"
},
"arxiv_eprints": {
"description": "Read only meta-data (identifiers and categories) coming from arXiv",
"items": {
"properties": {
"categories": {
Expand All @@ -61,10 +62,14 @@
"type": "array"
},
"value": {
"pattern": "\\d{4}.\\d{4,5}|\\w+-\\w+/\\d+|\\w+/\\d+",
"description": "arXiv eprint number, e.g. math.DG/0307245 or 1701.01431",
"pattern": "\\d{4}.\\d{4,5}|[\\w.]+(-[\\w.]+)?/\\d+",
"type": "string"
}
},
"required": [
"value"
],
"type": "object"
},
"type": "array",
Expand Down

0 comments on commit 92dc09f

Please sign in to comment.