Skip to content

Commit

Permalink
add blank mapping file #265
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 9, 2021
1 parent 9473782 commit 978a8bd
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions datagateway_api/search_api_mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"Affiliation": {
"base_icat_entity": "",
"id": "",
"name": "",
"address": "",
"city": "",
"country": ""
},
"Dataset": {
"base_icat_entity": "",
"pid": "",
"title": "",
"isPublic": "",
"size": "",
"creationDate": ""
},
"Document": {
"base_icat_entity": "",
"pid": "",
"isPublic": "",
"type": "",
"title": "",
"summary": "",
"doi": "",
"startDate": "",
"endDate": "",
"releaseDate": "",
"license": "",
"keywords": ""
},
"File": {
"base_icat_entity": "",
"id": "",
"name": "",
"path": "",
"size": ""
},
"Instrument": {
"base_icat_entity": "",
"id": "",
"name": "",
"facility": ""
},
"Member": {
"base_icat_entity": "",
"id": "",
"role": ""
},
"Parameter": {
"base_icat_entity": "",
"id": "",
"name": "",
"value": "",
"unit": ""
},
"Person": {
"base_icat_entity": "",
"id": "",
"fullName": "",
"orcid": "",
"researcherId": "",
"firstName": "",
"lastName": ""
},
"Sample": {
"base_icat_entity": "",
"name": "",
"pid": "",
"description": ""
},
"Technique": {
"base_icat_entity": "",
"pid": "",
"name": ""
}
}

0 comments on commit 978a8bd

Please sign in to comment.