{
    "type": "object",
    "properties": {
        "context": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "string"
                },
                "parent_id": {
                    "type": "null"
                },
                "user_id": {
                    "type": "string"
                }
            }
        },
        "entity_id": {
            "type": "string"
        },
        "last_changed": {
            "type": "string"
        },
        "last_reported": {
            "type": "string"
        },
        "last_updated": {
            "type": "string"
        },
        "state": {
            "type": "string"
        }
    },
    "version": 1
}
