{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Time",
    "type": "object",
    "description": "time",
    "properties": {
        "utc_epoch": {
            "type": "integer"
        }
    },
    "required": [
        "utc_epoch"
    ]
}