changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "availability": {
+ "additionalProperties": true,
+ "properties": {
+ "asOf": {
+ "type": "string"
+ },
+ "availableAt": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "byCity": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "crawledCategories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "dispensaryCount": {
+ "description": "Stores stocking the brand",
+ "type": "number"
+ },
+ "listedDispensaries": {
+ "type": "number"
+ },
+ "note": {
+ "type": "string"
+ },
+ "tier": {
+ "description": "preview | full",
+ "type": "string"
+ }
+ },
+ "required": [
+ "dispensaryCount",
+ "availableAt"
+ ],
+ "type": "object"
+ },
+ "brand": {
+ "additionalProperties": true,
+ "properties": {
+ "certifications": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "childBrands": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "growType": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "description": {
+ "type": "string"
+ },
+ "dispensaryCount": {
+ "description": "Stores currently stocking the brand",
+ "type": "number"
+ },
+ "founded": {
+ "type": "number"
+ },
+ "growType": {
+ "description": "indoor | outdoor | mixed-light | combination (from OCM cultivator licenses)",
+ "type": "string"
+ },
+ "headquarters": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "isMSO": {
+ "type": "boolean"
+ },
+ "isMicrobusiness": {
+ "type": "boolean"
+ },
+ "isNewYorkBased": {
+ "type": "boolean"
+ },
+ "licenseNumber": {
+ "type": "string"
+ },
+ "licenseType": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "notableProducts": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "parentBrand": {
+ "description": "Slug of the house brand that owns this one",
+ "type": "string"
+ },
+ "parentBrandName": {
+ "type": "string"
+ },
+ "parentBrandUrl": {
+ "type": "string"
+ },
+ "productCategories": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "reviews": {
+ "description": "FindWeedNY reviews of this brand",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "product": {
+ "type": "string"
+ },
+ "productType": {
+ "type": "string"
+ },
+ "rating": {
+ "type": "number"
+ },
+ "thcPct": {
+ "type": "number"
+ },
+ "title": {
+ "type": "string"
+ },
+ "totalTerpenesPct": {
+ "type": "number"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "shortDescription": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": {
+ "description": "local | national | mso",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "website": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "slug",
+ "url"
+ ],
+ "type": "object"
+ },
+ "dataUpdated": {
+ "description": "ISO timestamp of the underlying directory export",
+ "type": "string"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": "string"
+ },
+ "source": {
+ "description": "Attribution line — CC BY 4.0, cite the row url",
+ "type": "string"
+ }
+ },
+ "required": [
+ "found"
+ ],
+ "type": "object"
+}