{
    "type": "object",
    "properties": {
        "__COUNT": {
            "type": "number"
        },
        "__DATACLASS": {
            "type": "string"
        },
        "__FIRST": {
            "type": "number"
        },
        "__GlobalStamp": {
            "type": "number"
        },
        "__SENT": {
            "type": "number"
        },
        "__entityModel": {
            "type": "string"
        },
        "__ENTITIES": {
            "type": "array"
        },
        "__ENTITYSET": {
            "type": "string"
        }
    },
    "required": [
        "__COUNT",
        "__FIRST",
        "__SENT",
        "__entityModel",
        "__ENTITIES"
    ]
}
