{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "day": {
            "type": "string"
        },
        "open_time": {
            "items": {
                "$ref": "/resources/schema/entity/v4/TimeRange.json"
            },
            "type": "array"
        }
    },
    "title": "Period",
    "type": "object"
}