{
    "$id": "https://xshl.org/schemas/1.1/definitions/context.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "name": "the-context",
    "version": "1.1.3",
    "title": "The Context: https://www.w3.org/TR/json-ld11/#the-context",
    "description": "When two people communicate with one another, the conversation takes place in a shared environment, typically called \"the context of the conversation\". This shared context allows the individuals to use shortcut terms, like the first name of a mutual friend, to communicate more quickly but without losing accuracy. A context in JSON-LD works in the same way. It allows two applications to use shortcut terms to communicate with one another more efficiently, but without losing accuracy",
    "oneOf": [
        {"type": "string", "format": "uri"},
        {"type": "array"},
        {"type": "object"}
    ]
}