{
    "$id": "https://schemablocks.org/schemas/ga4gh/DataUseModifier/v0.0.1",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "description": "The (GA4GH) Data Use Ontology (DUO) includes terms describing data use conditions,\nparticularly for research data in the health/clinical/biomedical domain.\nModifier specifies the criteria for data use condition.\n",
    "examples": [
        {
            "ontology": {
                "id": "MONDO:0004992",
                "label": "cancer"
            }
        },
        {
            "text": "UK"
        }
    ],
    "meta": {
        "contributors": [
            {
                "description": "Melanie Courtot",
                "id": "orcid:0000-0002-9551-6370"
            },
            {
                "description": "DUO group"
            },
            {
                "description": "Isuru Liyanage",
                "id": "orcid:0000-0002-4839-5158"
            }
        ],
        "provenance": [
            {
                "description": "DUO",
                "id": "https://github.com/EBISPOT/DUO"
            }
        ],
        "sb_status": "implemented",
        "used_by": [
            {
                "description": "DUO",
                "url": "https://github.com/EBISPOT/DUO"
            }
        ]
    },
    "oneof": [
        {
            "required": [
                "text"
            ]
        },
        {
            "required": [
                "ontology"
            ]
        }
    ],
    "properties": {
        "ontology": {
            "$ref": "https://schemablocks.org/schemas/sb-phenopackets/OntologyClass/v1.0.0",
            "description": "ontology describing the modifier/restriction"
        },
        "text": {
            "description": "text description of the modifier eg. date rage, geographic location, user/institute (RI)",
            "type": "string"
        }
    },
    "title": "DataUseModifier",
    "type": "object"
}