biothings / discovery-app

The Data Discovery Engine project by the CD2H Data working-group
http://discovery.biothings.io
Apache License 2.0
4 stars 9 forks source link

Namespace endpoint #208

Closed NikkiBytes closed 1 year ago

NikkiBytes commented 1 year ago

Endpoints created include retrieval of the schema dataset, schema property or properties, and a schema validation.

Fetch  - GET ./api/schema/<namespace>:Dataset
Fetch  - GET ./api/schema/<namespace>:Dataset/validation
Fetch  - GET ./api/schema/<namespace>:<property>
Fetch  - GET ./api/schema/<namespace>:<property1>,<namespace>:<property2>,...