{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v4",
    "properties": {
        "overview": {
            "$ref": "/resources/schema/entity/v4/FacetOverview.json"
        },
        "open_hours": {
            "$ref": "/resources/schema/entity/v4/FacetOpenHours.json"
        },
        "gas_price": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Price.json"
            },
            "type": "array"
        },
        "parking_rate": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Price.json"
            },
            "type": "array"
        },
        "theater": {
            "$ref": "/resources/schema/entity/v4/FacetTheater.json"
        },
        "rating": {
            "items": {
                "$ref": "/resources/schema/entity/v4/FacetRating.json"
            },
            "type": "array"
        },
        "extra_attributes": {
            "items": {
                "$ref": "/resources/schema/entity/v4/NameValue.json"
            },
            "type": "array"
        },
        "edges": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Edge.json"
            },
            "type": "array"
        },
        "reviews": {
            "items": {
                "$ref": "/resources/schema/entity/v4/Review.json"
            },
            "type": "array"
        },
        "price_level": {
            "$ref": "/resources/schema/entity/v4/FacetPriceLevel.json"
        }
    },
    "title": "Facet",
    "type": "object"
}