{
    "$id": "https://schemablocks.org/schemas/json/VRS/CURIE.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "additionalProperties": false,
    "properties": {
        "description": "A [W3C Compact URI](https://www.w3.org/TR/curie/) formatted string. A CURIE string has the structure `prefix`:`reference`, as defined by the W3C syntax.",
        "examples": [
            "ensembl:ENSG00000139618",
            "NCIT:C9280"
        ],
        "pattern": "^\\w[^:]*:.+$",
        "type": "string"
    },
    "title": "CURIE"
}