changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "brandAvailability": {
+ "additionalProperties": true,
+ "description": "Present when a brand filter was applied. Never conclude \"nobody carries it\" from an empty list — read knownDispensaries / inCity.",
+ "properties": {
+ "brand": {
+ "type": "string"
+ },
+ "inCity": {
+ "additionalProperties": true,
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "inCounty": {
+ "additionalProperties": true,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "county": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "knownDispensaries": {
+ "description": "How many stores actually stock the brand",
+ "type": "number"
+ },
+ "listedDispensaries": {
+ "type": "number"
+ },
+ "note": {
+ "type": "string"
+ },
+ "tier": {
+ "description": "preview (public: ≤10 stores listed) | full (signed-in /mcp/full)",
+ "type": "string"
+ }
+ },
+ "required": [
+ "brand",
+ "tier",
+ "listedDispensaries",
+ "knownDispensaries"
+ ],
+ "type": "object"
+ },
+ "dataUpdated": {
+ "description": "ISO timestamp of the underlying directory export",
+ "type": "string"
+ },
+ "dispensaries": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "address": {
+ "type": "string"
+ },
+ "city": {
+ "type": "string"
+ },
+ "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"
+ },
+ "distance": {
+ "description": "Miles from `near`, when a near point was given",
+ "type": "number"
+ },
+ "googleRating": {
+ "type": "number"
+ },
+ "googleReviewCount": {
+ "type": "number"
+ },
+ "hoursToday": {
+ "type": "string"
+ },
+ "id": {
+ "description": "OCM license number (directory id)",
+ "type": "string"
+ },
+ "isDeliveryOnly": {
+ "type": "boolean"
+ },
+ "isMedical": {
+ "type": "boolean"
+ },
+ "isMicrobusiness": {
+ "type": "boolean"
+ },
+ "latitude": {
+ "type": "number"
+ },
+ "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"
+ },
+ "type": "array"
+ },
+ "notes": {
+ "description": "Caveats about the filters applied",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "source": {
+ "description": "Attribution line — CC BY 4.0, cite the row url",
+ "type": "string"
+ },
+ "total": {
+ "description": "Matches before paging",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "offset",
+ "dispensaries"
+ ],
+ "type": "object"
+}