{
    "$id": "https://xshl.org/schemas/1.1/content/chunk/status.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "Status",
    "name": "object-status",
    "version": "1.0.0",
    "description": "A representation of object state",
    "type": "object",
    "additionalProperties": false,
    "required": ["target"],
    "properties": {
        "@context": {
            "$ref": "https://xshl.org/schemas/1.1/definitions/context.json"
        },
        "@type": {
            "$ref": "https://xshl.org/schemas/1.1/definitions/type.json"
        },
        "target": {
            "$ref": "https://xshl.org/schemas/1.1/definitions/target.json"
        },
        "@value": {
            "$ref": "https://xshl.org/schemas/1.1/definitions/target.json"
        }
    }
}
