{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "name": {
            "type": "string"
        },
        "alt_names": {
            "items": {
                "type": "string"
            },
            "type": "array"
        },
        "phone": {
            "items": {
                "$ref": "/resources/schema/entity/v4/NameValue.json"
            },
            "type": "array"
        },
        "category": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Category.json"
            },
            "type": "array"
        },
        "address": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Address.json"
            },
            "type": "array"
        },
        "website": {
            "items": {
                "$ref": "/resources/schema/entity/v4/NameValue.json"
            },
            "type": "array"
        },
        "email": {
            "items": {
                "$ref": "/resources/schema/entity/v4/NameValue.json"
            },
            "type": "array"
        },
        "start_time": {
            "type": "number"
        },
        "end_time": {
            "type": "number"
        },
        "place_name": {
            "type": "string"
        }
    },
    "title": "EntityEvent",
    "type": "object"
}