Skip to content

Commit

Permalink
Merge pull request #29 from seasidesparrow/affil_multi.20240708
Browse files Browse the repository at this point in the history
Affil multi.20240708
  • Loading branch information
seasidesparrow authored Jul 19, 2024
2 parents 5e987ad + 7535bc9 commit 4cfc32a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
10 changes: 4 additions & 6 deletions adsingestschema/Affil.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"type": "string"
},
"affPubID": {
"description": "Affil ID",
"type": "string"
},
"affPubIDType": {
"description": "Affil ID system (ror, grid, ads etc...)",
"type": "string"
"type": "array",
"items": {
"$ref": "./AffilID.json"
}
}
}
}
16 changes: 16 additions & 0 deletions adsingestschema/AffilID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"title": "AffilID",
"description": "Object to hold a single institutional identifier. Each Affil object will have an array of these.",
"type": "object",
"properties": {
"affID": {
"description": "Affiliation identifier value",
"type": "string"
},
"affIDType": {
"description": "Affiliation identifier system (ROR, GRID, ADS etc...)",
"type": "string"
}
}
}

4 changes: 3 additions & 1 deletion adsingestschema/ESource.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"eprint_pdf",
"eprint_html",
"author_pdf",
"author_html"
"author_html",
"ads_scan",
"ads_pdf"
]
},
"location": {
Expand Down

0 comments on commit 4cfc32a

Please sign in to comment.