We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`/entry_types: the section of the configuration that describes the entry types in that Beacon [docs]
{ "meta": { "beaconId": "org.example.beacon.v2", "apiVersion": "v2.0", "returnedSchemas": [ { "entityType": "Individual", "schema": "./ga4gh-beacon-dataset-v2.0.0" } ] }, "response": { "entryTypes": { "property1": { "$schema": "string", "id": "string", "name": "string", "description": "string", "ontologyTermForThisType": { "id": "ga4gh:GA.01234abcde", "label": "string" }, "partOfSpecification": "Beacon v2.0", "defaultSchema": { "id": "string", "name": "string", "description": "string", "referenceToSchemaDefinition": "string", "schemaVersion": "string" }, "additionallySupportedSchemas": [ { "id": "string", "name": "string", "description": "string", "referenceToSchemaDefinition": "string", "schemaVersion": "string" } ], "aCollectionOf": null, "filteringTerms": "string", "nonFilteredQueriesAllowed": true }, "property2": { "$schema": "string", "id": "string", "name": "string", "description": "string", "ontologyTermForThisType": { "id": "ga4gh:GA.01234abcde", "label": "string" }, "partOfSpecification": "Beacon v2.0", "defaultSchema": { "id": "string", "name": "string", "description": "string", "referenceToSchemaDefinition": "string", "schemaVersion": "string" }, "additionallySupportedSchemas": [ { "id": "string", "name": "string", "description": "string", "referenceToSchemaDefinition": "string", "schemaVersion": "string" } ], "aCollectionOf": null, "filteringTerms": "string", "nonFilteredQueriesAllowed": true } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`/entry_types: the section of the configuration that describes the entry types in that Beacon
[docs]
The text was updated successfully, but these errors were encountered: