ejp-rd-vp / vp-dp-backend

https://www.ejprarediseases.org/
Apache License 2.0
0 stars 2 forks source link

Adjust Beacon query format #55

Closed vabishaa closed 5 months ago

vabishaa commented 5 months ago

Describe your problem.

beacon query dows not include the prefix ehwn sending a request and therefore its not compliant to the spec

Describe the solution you'd like

now: { "meta": { "apiVersion": "v2.0" }, "query": { "filters": [ { "id": ["Orphanet_730"] } ] } }

expected: { "meta": { "apiVersion": "v2.0" }, "query": { "filters": [ { "id": [" ordo: Orphanet_730"] } ] } }