{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "id": {
            "type": "string"
        },
        "type": {
            "type": "string"
        },
        "place": {
            "$ref": "/resources/schema/entity/v4/EntityPlace.json"
        },
        "address": {
            "$ref": "/resources/schema/entity/v4/EntityAddress.json"
        },
        "event": {
            "$ref": "/resources/schema/entity/v4/EntityEvent.json"
        },
        "available_facets": {
            "items": {
                "type": "string"
            },
            "type": "array"
        },
        "facets": {
            "$ref": "/resources/schema/entity/v4/Facet.json"
        },
        "detail_url": {
            "type": "string"
        }
    },
    "title": "Entity",
    "type": "object"
}