repository stringclasses 528
values | commit stringlengths 40 40 | commitDate timestamp[s] | path stringlengths 11 149 | repoStars int64 5 94.9k | repoLastFetched stringclasses 528
values | content stringlengths 48 736k | license stringclasses 14
values | language stringclasses 7
values |
|---|---|---|---|---|---|---|---|---|
DataDog/dd-sdk-reactnative | 2b259f57deeb535b33164aff0df41ecbd9321570 | 2024-03-22T15:51:36 | packages/core/datadog-configuration.schema.json | 108 | 2024-05-28T05:03:43.083856Z | {
"$id": "https://github.com/DataDog/dd-sdk-reactnative/blob/develop/datadog-configuration.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Configuration for initializing the Datadog React Native SDK from the native layers.",
"properties": {
"configuration": {
"... | Apache-2.0 | en |
DataDog/dd-sdk-reactnative | c6cd92f993877c97b9d3eaaf11a2f79dd6fb76e8 | 2024-03-22T13:20:52 | packages/core/datadog-configuration.schema.json | 108 | 2024-05-28T05:03:43.083856Z | {
"$id": "https://github.com/DataDog/dd-sdk-reactnative/blob/develop/datadog-configuration.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Configuration for initializing the Datadog React Native SDK from the native layers.",
"properties": {
"configuration": {
"... | Apache-2.0 | en |
DataDog/dd-sdk-reactnative | 2a3762650541da500eb7951d195cebc32f606597 | 2024-03-22T13:20:52 | packages/core/datadog-configuration.schema.json | 108 | 2024-05-28T05:03:43.083856Z | {
"$id": "https://github.com/DataDog/dd-sdk-reactnative/blob/develop/datadog-configuration.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Configuration for initializing the Datadog React Native SDK from the native layers.",
"properties": {
"configuration": {
"... | Apache-2.0 | en |
redhat-certification/chart-verifier | 2f4896f9134521aaee442f9de0cf38c47376a7be | 2022-07-18T19:59:16 | internal/chartverifier/checks/chart/values.schema.json | 51 | 2024-05-28T01:04:48.786071Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"image": {
"description": "Container Image",
"properties": {
"repo": {
"type": "string"
},
"tag": {
"type": "string"
}
},
"type": "object"
},
"name": {
... | Apache-2.0 | en |
AMRC-FactoryPlus/amrc-connectivity-stack | 4a5a65fd6e3700ea7fc1c19153a1e21686536f3e | 2024-03-22T10:30:34 | acs-configdb/config-schema/General_Information.json | 10 | 2024-05-27T03:11:06.82779Z | {
"$id": "urn:uuid:64a8bfa9-7772-45c4-9d1a-9e6290690957",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "Human-readble information for display in UIs and such.",
"properties": {
"contact": {
"description": "Contact information for the people... | MIT | en |
huntandhackett/Antignis | 778216802f4dab0ad7de93c484cc056369a83cd2 | 2022-10-21T08:47:51 | Misc/JSONSchema.json | 36 | 2024-05-27T06:43:47.532802Z | {
"$id": "http://example.com/example.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"default": {},
"properties": {
"DNSHostname": {
"default": "",
"examples": [
"VM01.rebel.local"
],
"title": "The DNSHostname Schema",
"type": "string"
},
"File... | Apache-2.0 | en |
captainhook-go/captainhook | 0cb95276265941331b56c3094f1ce673912f0be2 | 2023-11-24T19:41:34 | schema/captainhook.json | 21 | 2024-05-27T09:14:08.349546Z | {
"$defs": {
"action": {
"config": {
"description": "Special settings for an action",
"properties": {
"failure-allowed": {
"description": "Allow this action to fail",
"type": "boolean"
},
"run-async": {
"description": "This ac... | MIT | en |
s3c2/vfcfinder | 720e4568a24e9b8f75f5b1c152c4badd99f43411 | 2023-06-22T21:03:47 | vfcfinder/data/osv_schema.json | 12 | 2024-05-27T04:48:56.499311Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A schema for describing a vulnerability in an open source package.",
"properties": {
"affected": {
"items": {
"allOf": [
{
"else": {
"required": [
"versions"
... | Apache-2.0 | en |
s3c2/vfcfinder | 720e4568a24e9b8f75f5b1c152c4badd99f43411 | 2023-06-22T21:03:47 | tests/data/osv_schema.json | 12 | 2024-05-27T04:48:56.499311Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A schema for describing a vulnerability in an open source package.",
"properties": {
"affected": {
"items": {
"allOf": [
{
"else": {
"required": [
"versions"
... | Apache-2.0 | en |
Digitaler-Impfnachweis/covpass-ios | 61b67cc432eeb5e2c1909e0d99d108b326277465 | 2021-07-15T12:07:30 | Source/CovPassCommon/Sources/CovPassCommon/Resources/DCC-ValueSets/DCC.combined-schema.json | 94 | 2024-05-28T03:51:40.491349Z | {
"$comment": "Schema version 1.3.0",
"$defs": {
"certificate_id": {
"description": "Certificate Identifier, format as per UVCI: Annex 2 in https://ec.europa.eu/health/sites/health/files/ehealth/docs/vaccination-proof_interoperability-guidelines_en.pdf",
"maxLength": 80,
"type": "string"
... | Apache-2.0 | en |
Digitaler-Impfnachweis/certification-apis | 14a52d0e38c38ebdfd484e4be236e8aeca379a92 | 2021-07-01T09:24:16 | DCC.combined-schema.json | 175 | 2024-05-28T02:57:31.698945Z | {
"$comment": "Schema version 1.3.0",
"$defs": {
"certificate_id": {
"description": "Certificate Identifier, format as per UVCI: Annex 2 in https://ec.europa.eu/health/sites/health/files/ehealth/docs/vaccination-proof_interoperability-guidelines_en.pdf",
"maxLength": 80,
"type": "string"
... | Apache-2.0 | en |
Digitaler-Impfnachweis/certification-apis | 96d6f6cc7151e529f0c8396ab3db81b8c542f95c | 2022-07-11T14:59:16 | DCC.combined-schema.json | 175 | 2024-05-28T02:57:31.698945Z | {
"$comment": "Schema version 1.3.2",
"$defs": {
"certificate_id": {
"description": "Certificate Identifier, format as per UVCI: Annex 2 in https://ec.europa.eu/health/sites/health/files/ehealth/docs/vaccination-proof_interoperability-guidelines_en.pdf",
"maxLength": 80,
"type": "string"
... | Apache-2.0 | en |
Digitaler-Impfnachweis/covpass-android | 876413bc7c25501c828056e161ba5ccb3efe8efb | 2021-09-15T13:33:38 | covpass-sdk/src/main/assets/covpass-sdk/json-schema-v1.json | 183 | 2024-05-28T03:45:56.084272Z | {
"$comment": "Schema version 1.3.0",
"$defs": {
"certificate_id": {
"description": "Certificate Identifier, format as per UVCI: Annex 2 in https://ec.europa.eu/health/sites/health/files/ehealth/docs/vaccination-proof_interoperability-guidelines_en.pdf",
"maxLength": 80,
"type": "string"
... | Apache-2.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/examples-fullDocuments/beaconBooleanResponse-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"meta": {
"apiVersion": "v2.0",
"beaconId": "org.example.beacon.v2",
"receivedRequestSummary": {
"apiVersion": "2.0",
"pagination": {
"limit": 10,
"skip": 0
},
"requestedSchemas": [
{
"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/examples-sections/beaconBooleanResponseSection-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"exists": true
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/responses/examples-sections/beaconResultsets-MID-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"resultSets": [
{
"exists": true,
"id": "correctWithResults",
"results": [
{
"id": "BEex1",
"name": "Basic Element example one"
}
],
"resultsCount": 1,
"type": "dataset"
},
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | c8eae7c9c560d888bdbe111ab8a6d5da8af12d90 | 2022-08-09T16:00:21 | framework/json/responses/beaconErrorResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "An unsuccessful operation.",
"properties": {
"error": {
"$ref": "../common/beaconCommonComponents.json#/definitions/BeaconError",
"description": "Error response"
},
"meta": {
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 23d49cc3976a8561dce849fcde90de7ca96772f3 | 2023-06-14T14:22:26 | framework/json/requests/filteringTerms.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"AlphanumericFilter": {
"description": "Filter results based on operators and values applied to alphanumeric fields.",
"properties": {
"id": {
"description": "Field identfi... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/configuration/examples/entryTypeDefinition-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"defaultSchema": {
"id": "bdfGenericEntryType-v2",
"name": "Beacon v2 default schema for a basic element.",
"referenceToSchemaDefinition": "https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/master/default_dataset_... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | af5cda939ff4e14fef57becbd05ccc3da6adc8a5 | 2022-06-20T09:22:16 | models/json/beacon-v2-default-model/genomicVariations/requestParametersComponents.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"AlternateBases": {
"description": "Alternate bases for this variant (starting from `start`). * Accepted values: `[ACGTN]*` * N is a wildcard, that denotes the position of any base,\n and can be used as a standalone base of any... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/configuration/examples/beaconConfiguration-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"entryTypes": {
"dataset": {
"aCollectionOf": [
{
"id": "exampleEntry",
"name": "Example entries"
}
],
"additionallySupportedSchemas": [],
"defaultSchema": {
"id": "datasetDefaultSche... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/common/examples/ontologizedElement-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Non-mandatory, longer textual description for the element.",
"id": "OEex1",
"name": "Element with a description and associated ontology term.",
"ontologyTermForThisType": {
"id": "DUO:0000004",
"label": "General Research Use"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 60904b990df006b581ad41b9562360edb97402c4 | 2022-03-23T10:10:35 | models/json/beacon-v2-default-model/genomicVariations/examples/genomicVariant-MIN-VRS-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"variantInternalId": "GRCh37-1-55505652-G-A",
"variation": {
"location": {
"interval": {
"end": {
"type": "Number",
"value": 5505653
},
"start": {
"type": "Number",
"value": 55056... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/common/age.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Age value definition. Provenance: GA4GH Phenopackets v2 `Age`",
"properties": {
"iso8601duration": {
"description": "Represents age as a ISO8601 duration (e.g., P40Y10M05D).",
"example": "P32Y6M1D",
"type": "string"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | bc8f02a6a388140c854f3e17da3ccb779f2cbc0b | 2022-08-22T09:50:37 | framework/json/requests/beaconRequestBody.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Schema for the Beacon request. It is named `RequestBody` to keep the same nomenclature used by OpenAPI v3, but it actually contains the definition of the whole HTTP POST request payload.",
"properties": {
"$schema": {
"$ref": "... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | c8eae7c9c560d888bdbe111ab8a6d5da8af12d90 | 2022-08-09T16:00:21 | framework/json/responses/beaconFilteringTermsResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "The filtering terms response provides information about available individual filters for a beacon's entry types as well as optional information about the ontologies the filters belong to.",
"properties": {... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/examples-fullDocuments/beaconInfo-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"meta": {
"apiVersion": "string",
"beaconId": "string",
"returnedSchemas": [
{
"entityType": "info",
"schema": "beacon-info-v2.0.0"
}
]
},
"response": {
"apiVersion": "v0.3",
"environment": "dev",
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/datasets/examples/dataset-Max-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"createDateTime": "2017-01-17T20:33:40Z",
"dataUseConditions": {
"duoDataUse": [
{
"id": "DUO:0000007",
"label": "disease specific research",
"modifiers": [
{
"id": "EFO:0001645",
"labe... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/responses/sections/beaconReceivedRequestSummary.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Section of the response that summarize the request received as it has been interpreted by teh Beacon server. Although it is not expected to differ from the request received, in case of unexpected results or formats, this summary could help... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/common/examples/beaconCommonComponents-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"apiVersion": "v2.0",
"beaconError": {
"errorCode": 404,
"errorMessage": "the provided parameters are incomplete. 'xyz' is missing."
},
"beaconId": "org.example.beacon.v2",
"exists": true,
"filters": [
"BTO:0000199",
"PATO:000038... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/common/examples/elementWithDescription-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A longer textual description for the element.",
"id": "EWDex1",
"name": "Element with description one"
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/responses/beaconFilteringTermsResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "List of filtering terms response.",
"properties": {
"meta": {
"$ref": "./sections/beaconInformationalResponseMeta.json",
"description": "Information about the response that could be relevan... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/requests/requestParameters.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {
"type": "object"
},
"description": "The schema below is suited for a dictionary 'key':'object', which is the case of the parameter definitions.",
"properties": {
"$schema": {
"description": "Added here to allo... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/requests/examples-sections/requestParameters-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"exampleEntry": {
"description": "All the required fields to query any kind of variant (e.g. SNP, DUP,\netc.).",
"properties": {
"id": {
"description": "Id of the entry to display.",
"type": "string"
}
},
"type"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/responses/sections/beaconFilteringTermsResults.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"FilteringTerm": {
"description": "Entities can be filtered using this term.",
"properties": {
"id": {
"description": "The field id in the case of numeric or alphanumeric f... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 5637b6343d049e2829d3369edf806398027e6b33 | 2022-04-06T12:44:16 | framework/json/configuration/beaconConfigurationSchema.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"EntryTypes": {
"additionalProperties": {
"$ref": "./entryTypeDefinition.json",
"type": "object"
},
"description": "This is a dictionary of the entry types implemented ... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 5468efe2aeea4398e89c1321ae060ceba835571e | 2023-06-04T13:51:19 | framework/json/responses/sections/beaconFilteringTermsResults.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"FilteringTerm": {
"description": "Entities can be filtered using this term.",
"properties": {
"id": {
"description": "The field id in the case of numeric or alphanumeric f... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 1447418ae20062d48c6644b705a4e0c31b8355af | 2024-03-20T15:28:22 | framework/json/responses/sections/beaconFilteringTermsResults.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"FilteringTerm": {
"description": "Entities can be filtered using this term.",
"properties": {
"id": {
"description": "The field id in the case of numeric or alphanumeric f... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/responses/sections/beaconCountResponseSection.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Total number of results section.",
"properties": {
"exists": {
"$ref": "../../common/beaconCommonComponents.json#/definitions/Exists",
"description": "Indicator of whether any entry was observed. This should be non-null, ... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/common/commonDefinitions.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"Ethnicity": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-unity-testing/main/framework/json/common/ontologyTerm.json",
"description": "Ethnic background of the individual. Value from NCIT Race (NCIT:... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | dfbdc0b38fe322521955e22bf863f26933774d3d | 2022-03-30T15:52:26 | models/json/beacon-v2-default-model/genomicVariations/requestParameters.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"g_variant": {
"properties": {
"alternateBases": {
"$ref": "./requestParametersComponents.json#/definitions/AlternateBases"
},
"aminoacidChange": {
"description": "Aminoacid alteration of interest. Format 1 letter ",
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/configuration/examples/beaconConfigurationFilteringTerms-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": [
{
"ftType": "alphanumeric",
"id": "age",
"scope": "individual"
},
{
"ftType": "ontologyTerm",
"id": "HP:0002664",
"label": "Neoplasm",
"scope": "biosample"
},
{
"ftTyp... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/cohorts/examples/cohorts-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"cohortId": "cohort0001",
"cohortName": "GCAT Genomes for Life",
"cohortType": "study-defined"
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 8e09eabe19cfa57526eefd1765154ec2c985eede | 2022-10-11T11:03:58 | framework/json/responses/sections/beaconResultsets.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"ResultsetInstance": {
"additionalProperties": true,
"properties": {
"exists": {
"type": "boolean"
},
"id": {
"description": "id of the resultset"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/responses/beaconFilteringTermsResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "List of filtering terms response.",
"properties": {
"meta": {
"$ref": "./sections/beaconInformationalResponseMeta.json",
"description": "Information about the response that could be relevan... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/cohorts/filteringTerms.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": [
{
"ftType": "ontologyTerm",
"id": "DUO:0000006",
"label": "health or medical or biomedical research",
"version": "2021-02-23"
}
]
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/responses/examples-fullDocuments/beaconCountResponse-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"beaconHandovers": [
{
"handoverType": {
"id": "EFO:0004157",
"label": "BAM format"
},
"note": "This handover link provides access to a summarized VCF.",
"url": "https://api.mygenomeservice.org/Handover/9dcc48d7... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/examples-fullDocuments/beaconResultsetResponse-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"meta": {
"apiVersion": "v2.0",
"beaconId": "org.example.beacon.v2",
"receivedRequestSummary": {
"apiVersion": "2.0",
"pagination": {
"limit": 10,
"skip": 0
},
"requestedSchemas": [
{
"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/responses/beaconConfigurationResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Information about the Beacon. Aimed to Beacon clients like web pages or Beacon networks.",
"properties": {
"meta": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-unity/main/f... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/responses/ga4gh-service-info-1-0-0-schema.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"ServiceType": {
"description": "Type of a GA4GH service",
"properties": {
"artifact": {
"description": "Name of the API or GA4GH specification implemented. Official GA4GH types should be assigned as part... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 2a2b786e4a1845ea23d71dfe8125957b6f3d742f | 2022-06-20T13:19:32 | framework/json/responses/beaconConfigurationResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Information about the Beacon. Aimed to Beacon clients like web pages or Beacon networks.",
"properties": {
"meta": {
"$ref": "./sections/beaconInformationalResponseMeta.json",
"description"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/examples-sections/beaconReceivedRequestSummary-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"apiVersion": "v2.0",
"pagination": {},
"requestedGranularity": "boolean",
"requestedSchemas": []
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/common/examples/ontologyTerm-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"id": "DUO:0000004",
"label": "General Research Use"
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 8de7dd4a5b930eac822073d21939eb4e92a06335 | 2022-07-22T14:00:24 | bin/adhoc/ontologyTerm.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"properties": {
"id": {
"$ref": "./beaconCommonComponents.json#/definitions/CURIE"
},
"label": {
"description": "The text that describes the term. By default it could be the preferred text of the ter... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 60904b990df006b581ad41b9562360edb97402c4 | 2022-03-23T10:10:35 | models/json/beacon-v2-default-model/common/commonDefinitions.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"Ethnicity": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json",
"description": "Ethnic background of the individual. Recommended is the use of a value from NC... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 2c53ba10fba1bf39152e286d3a6edc756de7f6fc | 2022-04-05T15:50:47 | models/json/beacon-v2-default-model/genomicVariations/examples/genomicVariant-MIN-VRS-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"variantInternalId": "GRCh37-1-55505652-G-A",
"variation": {
"location": {
"interval": {
"end": {
"type": "Number",
"value": 5505653
},
"start": {
"type": "Number",
"value": 55056... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 9eaada7ca0410f4127d0c324880033e60024d128 | 2022-03-13T12:14:16 | models/json/beacon-v2-default-model/runs/examples/runs-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"biosampleId": "008dafdd-a3d1-4801-8c0a-8714e2b58e48",
"id": "SRR10903401",
"runDate": "2021-10-18"
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | a45ccc786aba78e1e393bb4c087c1d87d9ae5306 | 2023-10-06T14:14:36 | models/json/beacon-v2-default-model/common/ageRange.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Age range definition. Provenance: GA4GH Phenopackets v2 `AgeRange`",
"properties": {
"end": {
"$ref": "./age.json",
"description": "Represents age as an ISO8601 duration (e.g., P59Y)."
},
"start": {
"$ref": ... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/analyses/examples/analyses-MAX-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"aligner": "bwa-0.7.8",
"analysisDate": "2021-10-17",
"biosampleId": "S0001",
"id": "analyses-example-0001",
"individualId": "P0001",
"pipelineName": "Pipeline-panel-0001-v1",
"pipelineRef": "https://doi.org/10.48511/workflowhub.workflow.111.1... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/common/quantity.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Definition of a quantity class. Provenance: GA4GH Phenopackets v2 `Quantity`",
"properties": {
"referenceRange": {
"$ref": "./referenceRange.json",
"description": "The normal range for the ... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/genomicVariations/requestParameters.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"g_variant": {
"properties": {
"alternateBases": {
"$ref": "./requestParametersComponents.json#/definitions/AlternateBases"
},
"aminoacidChange": {
"description": "Aminoacid alteration of interest. Format 1 letter ",
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | ebb275bb4fe83aadcd8bb63ef9959efc2b7d33b4 | 2022-06-20T14:09:12 | framework/json/common/beaconCommonComponents.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"$schema": {
"$comment": "TO REVIEW: adding a `format` or `regex` attribute that validates correctly against a file path (relative).",
"description": "Refers to the JSON Schema which describes the set of valid attributes f... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/beaconInfoResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Information about the Beacon. Aimed at Beacon clients like web pages or Beacon networks.",
"properties": {
"meta": {
"$ref": "./sections/beaconInformationalResponseMeta.json",
"description"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/common/elementWithDescription.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "./basicElement.json"
},
{
"properties": {
"description": {
"description": "A textual description for the element.",
"type": "string"
}
},
"type": "object"
}
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/configuration/entryTypesSchema.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"EntryTypes": {
"additionalProperties": {
"$ref": "./entryTypeDefinition.json",
"type": "object"
},
"description": "This is a dictionary of the entry types implemented ... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/responses/beaconCollectionsResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Beacon response that includes details about the collections in this Beacon.",
"properties": {
"beaconHandovers": {
"$ref": "../common/beaconCommonComponents.json#/definitions/ListOfHandovers",
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/individuals/examples/individual-MID-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"diseases": [
{
"ageOfOnset": {
"ageGroup": {
"id": "NCIT:C49685",
"label": "Adult 18-65 Years Old"
}
},
"diseaseCode": {
"id": "OMIM:164400",
"label": "Spinocerebellar ataxia 1"
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 8e09eabe19cfa57526eefd1765154ec2c985eede | 2022-10-11T11:03:58 | framework/json/responses/sections/beaconCountResponseSection.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Payload definition for the \"count\" response.",
"properties": {
"exists": {
"$ref": "../../common/beaconCommonComponents.json#/definitions/Exists",
"description": "Indicator of whether any entry was observed. This should... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89f9aacffcb00b3395ffa9d908cf38c7bb598b5e | 2022-03-23T07:55:42 | models/json/beacon-v2-default-model/common/disease.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Diseases diagnosed e.g. to an individual, defined by diseaseID, age of onset, stage, level of severity, outcome and the presence of family history. Similarities to GA4GH Phenopackets v2 `Disease`",
"properties": {
"ageOfOnset": {
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/common/ontologizedElement.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"allOf": [
{
"$ref": "./elementWithDescription.json"
},
{
"properties": {
"ontologyTermForThisType": {
"$ref": "./ontologyTerm.json"
}
},
"required": [
"... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | f3f93ef9f94f0164a185d36dd45045fc1a179c14 | 2022-12-21T19:45:33 | framework/json/responses/beaconErrorResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "An unsuccessful operation.",
"properties": {
"error": {
"$ref": "../common/beaconCommonComponents.json#/definitions/BeaconError"
},
"meta": {
"$ref": "./sections/beaconResponseMeta.... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 284e82aa022ef5eccc996d957e3af4fbf261c8c8 | 2022-02-24T11:37:28 | framework/json/responses/beaconResultsetsResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Beacon response that includes record level details, grouped in Resultsets.",
"properties": {
"beaconHandovers": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-unity-testing/m... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/responses/ga4gh-service-info-1-0-0-schema.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"ServiceType": {
"description": "Type of a GA4GH service",
"properties": {
"artifact": {
"description": "Name of the API or GA4GH specification implemented. Official GA4GH types should be assigned as part... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 86d8c3bebb92dc892e2560022884e1ddea491821 | 2022-02-22T13:58:39 | framework/json/common/examples/beaconCommonComponents-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"apiVersion": "v2.0",
"beaconError": {
"errorCode": 404,
"errorMessage": "the provided parameters are incomplete. 'xyz' is missing."
},
"beaconId": "org.example.beacon.v2",
"exists": true,
"filters": [
"BTO:0000199",
"PATO:000038... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 2c53ba10fba1bf39152e286d3a6edc756de7f6fc | 2022-04-05T15:50:47 | models/json/beacon-v2-default-model/genomicVariations/examples/genomicVariant-MID-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"frequencyInPopulations": [
{
"frequencies": [
{
"alleleFrequency": 2.939e-05,
"population": "European (non-Finish)"
},
{
"alleleFrequency": 0,
"population": "Other"
}
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/common/measurement.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Definition of a measurement class. Provenance: GA4GH Phenopackets v2 `Measurement`",
"properties": {
"assayCode": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-unity-testing... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 34836304030edee0bd7324766e9ae305671d45b7 | 2022-11-16T12:34:10 | models/json/beacon-v2-default-model/genomicVariations/requestParametersComponents.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"AlternateBases": {
"description": "Alternate bases for this variant (starting from `start`). * Accepted values: `[ACGTN]*` * N is a wildcard, that denotes the position of any base,\n and can be used as a standalone base of any... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89f9aacffcb00b3395ffa9d908cf38c7bb598b5e | 2022-03-23T07:55:42 | models/json/beacon-v2-default-model/common/value.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Definition of a value class. Provenance: GA4GH Phenopackets v2 `Value`",
"oneOf": [
{
"$ref": "./quantity.json"
},
{
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ont... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/sections/beaconResponseMeta.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Information about the response that could be relevant for the Beacon client in order to interpret the results.",
"properties": {
"apiVersion": {
"$ref": "../../common/beaconCommonComponents.json#/definitions/ApiVersion",
... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/common/referenceToAnSchema.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"allOf": [
{
"$ref": "./elementWithDescription.json"
},
{
"properties": {
"referenceToSchemaDefinition": {
"$comment": "this should map to a resolvable reference",
"type":... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3f8ea95c7c6cabb47a4d3abbbdbf92591ae6bfff | 2022-11-10T07:55:53 | framework/json/requests/beaconRequestBody.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"BeaconQuery": {
"description": "Parameters to limit the list of returned results.",
"properties": {
"filters": {
"$ref": "./filteringTerms.json",
"description": "Ontology based filters. Using C... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/configuration/examples/entriesCollectionDefinition_example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"aCollectionOf": [
{
"id": "exampleEntry",
"name": "Example entries"
}
],
"additionallySupportedSchemas": [
{
"description": "ATLAS is an open source software tool for researchers to conduct scientific analyses on standar... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/datasets/filteringTerms.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": [
{
"ftType": "ontologyTerm",
"id": "DUO:0000006",
"label": "health or medical or biomedical research",
"version": "2021-02-23"
}
]
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/responses/beaconCountResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Complete definition for a Response that does not include record level details and just `boolean` or `count` responses.",
"properties": {
"beaconHandovers": {
"$ref": "../common/beaconCommonComponents.json#/definitions/ListOfHan... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/beaconConfiguration.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"entryTypes": {
"analysis": {
"additionallySupportedSchemas": [],
"defaultSchema": {
"id": "ga4gh-beacon-analysis-v2.0.0",
"name": "Default schema for a bioinformatics analysis",
"referenceToSchemaDefinition": "http... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 76473abf60e91dc993a3e1cd2e63bca8b64c30e9 | 2022-07-01T12:47:44 | framework/json/common/ontologyTerm.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Definition of an ontology term.",
"properties": {
"id": {
"$ref": "./beaconCommonComponents.json#/definitions/CURIE"
},
"label": {
"description": "The text that describes the term. ... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/individuals/examples/individual-with-pedigree-MID-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"diseases": [
{
"ageOfOnset": {
"ageGroup": {
"id": "NCIT:C16731",
"label": "Newborn"
}
},
"diseaseCode": {
"id": "HP:0001645",
"label": "Sudden cardiac death"
},
"famil... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/individuals/examples/individual-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"id": "Ind001",
"sex": {
"id": "NCIT:C16576",
"label": "female"
}
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89ed443fecde703f259d5ec169ceeede37db72f9 | 2022-03-09T07:58:30 | models/json/beacon-v2-default-model/individuals/filteringTerms.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"filteringTerms": []
} | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 5a418fe5a8fa96eeac46d945550cc599cfb3fc3e | 2022-06-21T09:10:10 | framework/json/requests/filteringTerms.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"AlphanumericFilter": {
"description": "Filter results based on operators and values applied to alphanumeric fields.",
"properties": {
"id": {
"description": "Field identfi... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | a0b7743ed0f1d86efbe14edf193be47dbc499507 | 2022-03-11T16:25:38 | models/json/beacon-v2-default-model/common/commonDefinitions.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"Ethnicity": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-unity-testing/main/framework/json/common/ontologyTerm.json",
"description": "Ethnic background of the individual. Value from NCIT Race (NCIT:... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89f9aacffcb00b3395ffa9d908cf38c7bb598b5e | 2022-03-23T07:55:42 | models/json/beacon-v2-default-model/common/commonDefinitions.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"Ethnicity": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json",
"description": "Ethnic background of the individual. Recommended is the use of a value from NC... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89f9aacffcb00b3395ffa9d908cf38c7bb598b5e | 2022-03-23T07:55:42 | framework/json/responses/beaconResultsetsResponse.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"description": "Beacon response that includes record level details, grouped in Resultsets.",
"properties": {
"beaconHandovers": {
"$ref": "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89f9aacffcb00b3395ffa9d908cf38c7bb598b5e | 2022-03-23T07:55:42 | framework/json/responses/examples-fullDocuments/beaconConfigurationResponse-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"info": {},
"meta": {
"apiVersion": "string",
"beaconId": "string",
"returnedSchemas": [
{
"entityType": "info",
"schema": "beacon-map-v2.0.0"
}
]
},
"response": {
"$schema": "https://raw.githubusercon... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 1c52ad2b8fdde644939fe995a0b41d605b149502 | 2023-06-13T09:09:26 | framework/json/requests/filteringTerms.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": true,
"definitions": {
"AlphanumericFilter": {
"description": "Filter results based on operators and values applied to alphanumeric fields.",
"properties": {
"id": {
"description": "Field identfi... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 1c03b708fdfd3e822886f51f0bb20f658030f76c | 2022-03-28T12:54:26 | models/json/beacon-v2-default-model/cohorts/examples/cohorts-MID-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"cohortDataTypes": [
{
"id": "OGMS:0000015",
"label": "clinical history"
},
{
"id": "OBI:0000070",
"label": "genotyping assay"
},
{
"id": "OMIABIS:0000060",
"label": "survey data"
}
],
"cohor... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | bc8f02a6a388140c854f3e17da3ccb779f2cbc0b | 2022-08-22T09:50:37 | framework/json/responses/sections/beaconReceivedRequestSummary.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Section of the response that summarize the request received as it has been interpreted by the Beacon server. This summary can help to identify differences between the incoming request and its interpretation or processing, e.g. in the respo... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 3e6093cf1b20ac74bc021c315511094f930be1ef | 2022-02-22T11:21:39 | framework/json/configuration/examples/entryTypeDefinition-MIN-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"defaultSchema": {
"id": "bdfGenericEntryType-v2",
"name": "Beacon v2 default schema for a basic element.",
"referenceToSchemaDefinition": "https://raw.githubusercontent.com/ga4gh-beacon/specification-v2-default-schemas/master/default_dataset_... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 89f9aacffcb00b3395ffa9d908cf38c7bb598b5e | 2022-03-23T07:55:42 | models/json/beacon-v2-default-model/common/phenotypicFeature.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {},
"description": "Used to describe a phenotype that characterizes the subject or biosample.",
"properties": {
"evidence": {
"$ref": "./evidence.json",
"description": "The evidence for an assertion of the observation of... | CC0-1.0 | en |
ga4gh-beacon/beacon-v2 | 030747a0ef492bd79dc53d3eaf9f6c16ceae236a | 2022-02-22T13:50:28 | framework/json/requests/examples-fullDocuments/beaconRequestBody-MAX-example.json | 21 | 2024-05-27T06:03:09.146153Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"meta": {
"apiVersion": "2.0",
"requestedSchemas": [
{
"entityType": "EntryTypeA",
"schema": "entry-typeA-schema-v0.1"
}
]
},
"query": {
"filters": [
{
"id": "EFO:0001212",
"scope": "bi... | CC0-1.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.