Skip to content
New issue

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 Beacon Endpoints #111

Open
1 of 8 tasks
beforan opened this issue May 17, 2024 · 0 comments
Open
1 of 8 tasks

💡Entry Types Beacon Endpoints #111

beforan opened this issue May 17, 2024 · 0 comments

Comments

@beforan
Copy link
Member

beforan commented May 17, 2024

`/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
      }
    }
  }
}
@beforan beforan added the 🎯 roadmap This issue is being tracked as part of a project roadmap label May 17, 2024
@beforan beforan removed the 🎯 roadmap This issue is being tracked as part of a project roadmap label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant