changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "dataUpdated": {
+ "description": "ISO timestamp of the underlying directory export",
+ "type": "string"
+ },
+ "dispensary": {
+ "additionalProperties": true,
+ "properties": {
+ "address": {
+ "type": "string"
+ },
+ "amenities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "city": {
+ "type": "string"
+ },
+ "claimed": {
+ "type": "boolean"
+ },
+ "closure": {
+ "additionalProperties": true,
+ "description": "Present only when the shop has closed",
+ "properties": {
+ "announcedDate": {
+ "type": "string"
+ },
+ "date": {
+ "type": "string"
+ },
+ "notes": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "temporary": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "county": {
+ "type": "string"
+ },
+ "dba": {
+ "description": "Legal entity name",
+ "type": "string"
+ },
+ "deliveryZipCodes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": "string"
+ },
+ "distance": {
+ "description": "Miles from `near`, when a near point was given",
+ "type": "number"
+ },
+ "geocodeAccuracy": {
+ "type": "string"
+ },
+ "googleRating": {
+ "type": "number"
+ },
+ "googleReviewCount": {
+ "type": "number"
+ },
+ "hours": {
+ "additionalProperties": true,
+ "description": "Posted hours by weekday",
+ "properties": {},
+ "type": "object"
+ },
+ "hoursToday": {
+ "type": "string"
+ },
+ "id": {
+ "description": "OCM license number (directory id)",
+ "type": "string"
+ },
+ "isDeliveryOnly": {
+ "type": "boolean"
+ },
+ "isMedical": {
+ "type": "boolean"
+ },
+ "isMicrobusiness": {
+ "type": "boolean"
+ },
+ "lastVerified": {
+ "type": "string"
+ },
+ "latitude": {
+ "type": "number"
+ },
+ "licenseExpirationDate": {
+ "type": "string"
+ },
+ "licenseIssueDate": {
+ "type": "string"
+ },
+ "licenseType": {
+ "type": "string"
+ },
+ "longitude": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "neighborhood": {
+ "description": "NYC neighborhood, when applicable",
+ "type": "string"
+ },
+ "offersDelivery": {
+ "type": "boolean"
+ },
+ "openNow": {
+ "description": "Open right now by posted hours (New York time); absent when hours are unknown",
+ "type": "boolean"
+ },
+ "operationalStatus": {
+ "description": "Active | Non-Operational | Unknown",
+ "type": "string"
+ },
+ "phone": {
+ "type": "string"
+ },
+ "retailDateOpened": {
+ "description": "YYYY-MM-DD the shop opened to the public",
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "tier": {
+ "description": "open | coming-soon | delivery-only",
+ "type": "string"
+ },
+ "url": {
+ "description": "findweedny.com page — cite this",
+ "type": "string"
+ },
+ "website": {
+ "type": "string"
+ },
+ "zipCode": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": "string"
+ },
+ "source": {
+ "description": "Attribution line — CC BY 4.0, cite the row url",
+ "type": "string"
+ }
+ },
+ "required": [
+ "found"
+ ],
+ "type": "object"
+}