Skip to content

Commit

Permalink
refactor: update PaNOSC mappings
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com>
  • Loading branch information
MRichards99 and VKTB committed Jan 26, 2022
1 parent 8267de0 commit c13c0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datagateway_api/search_api_mapping.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"affiliation": {"Affiliation": "user.dataPublicationUsers.affiliations"}
},
"Parameter": {
"base_icat_entity": "InvestigationParameter",
"base_icat_entity": ["InvestigationParameter", "DatasetParameter"],
"id": "id",
"name": "name",
"name": "type.name",
"value": ["numericValue", "stringValue", "dateTimeValue"],
"unit": "type.units",
"dataset": {"Dataset": "investigation.investigationInstruments.instrument.datasetInstruments.dataset"},
"dataset": {"Dataset": ["investigation.investigationInstruments.instrument.datasetInstruments.dataset", "dataset"]},
"document": {"Document": "investigation"}
},
"Person": {
Expand Down

0 comments on commit c13c0db

Please sign in to comment.