Skip to content

Commit

Permalink
update Parameter mappings in example file #265
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Jan 18, 2022
1 parent 701eb74 commit e691f24
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 e691f24

Please sign in to comment.