Skip to content

Commit

Permalink
Merge pull request #55 from jmartinm/54-authors-missing-fields
Browse files Browse the repository at this point in the history
authors: add missing schema fields
  • Loading branch information
jmartinm committed Jan 18, 2017
2 parents f598431 + 44b9ed6 commit 48a3931
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions inspire_schemas/records/authors.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"$schema": "http://json-schema.org/schema#",
"properties": {
"_private_note": {
"type": "string"
},
"acquisition_source": {
"$ref": "elements/acquisition_source.json"
},
"advisors": {
"items": {
"properties": {
"_degree_type": {
"type": "string"
},
"curated_relation": {
"type": "boolean"
},
Expand Down Expand Up @@ -40,6 +46,19 @@
"format": "date",
"type": "string"
},
"collections": {
"items": {
"properties": {
"primary": {
"type": "string"
}
},
"type": "object"
},
"minItems": 1,
"type": "array",
"uniqueItems": true
},
"conferences": {
"description": "Contains information about attended conferences. (their record URIs)",
"items": {
Expand Down Expand Up @@ -175,6 +194,9 @@
"positions": {
"items": {
"properties": {
"_rank": {
"type": "string"
},
"current": {
"type": "boolean"
},
Expand Down

0 comments on commit 48a3931

Please sign in to comment.