ga4gh-beacon / beacon-v2

Unified repository for the GA4GH Beacon v2 API standard
Creative Commons Zero v1.0 Universal
27 stars 22 forks source link

setType parameter conflict in beaconResultsets-MAX-example.json and beaconResultsets.json file #177

Open Deepthi-v-s opened 2 weeks ago

Deepthi-v-s commented 2 weeks ago

For beaconResultsets section, "setType" parameter is mentioned in (https://github.com/ga4gh-beacon/beacon-v2/blob/main/framework/json/responses/sections/beaconResultsets.json) , but in the example for the same beaconResultsets (https://github.com/ga4gh-beacon/beacon-v2/blob/main/framework/json/responses/examples-sections/beaconResultsets-MAX-example.json) it is using "type" parameter . Can I please know which is the correct parameter to use?

Thanks & regards, Deepthi

mbaudis commented 2 weeks ago

@Deepthi-v-s It should be setType. AFAIK some of the examples were drafted during the development for v2 and haven't always been adjusted. Thanks for the alert.

Example: https://progenetix.org/beacon/biosamples/?testMode=true

Deepthi-v-s commented 1 week ago

@mbaudis Thank you for the quick response.