{"title":"JSON schema for schema.org / Place","$schema":"http://json-schema.org/draft-04/schema#","type":"object","anyOf":[{"$ref":"https://json.schemastore.org/schema-org-thing"}],"properties":{"@context":{"type":"string","format":"regex","pattern":"http://schema.org"},"@type":{"type":"string","format":"regex","pattern":"Place"},"additionalProperty":{"type":"array","items":{"type":"object"}},"address":{"oneOf":[{"type":"object"},{"type":"string"}]},"aggregateRating":{"type":"object"},"amenityFeature":{"type":"array","items":{"type":"object"}},"branchCode":{"type":"string"},"containedInPlace":{"$ref":"https://json.schemastore.org/schema-org-thing"},"containsPlace":{"$ref":"https://json.schemastore.org/schema-org-thing"},"event":{"type":"object"},"faxNumber":{"type":"string"},"geo":{"oneOf":[{"type":"object"},{"type":"object"}]},"globalLocationNumber":{"type":"string","format":"regex","pattern":"\\b\\d{13}\\b"},"hasMap":{"oneOf":[{"type":"string","format":"uri"},{"type":"object"}]},"isicV4":{"type":"string"},"logo":{"oneOf":[{"type":"object"},{"type":"string","format":"uri"}]},"openingHoursSpecification":{"type":"object"},"photo":{"anyOf":[{"type":"array","items":{"type":"object"}},{"type":"array","items":{"type":"object"}}]},"review":{"type":"array","items":{"type":"object"}},"smokingAllowed":{"type":"boolean"},"specialOpeningHoursSpecification":{"type":"array","items":{"type":"object"}},"telephone":{"type":"string"}},"required":["@type"]}