changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "dataUpdated": {
+ "description": "ISO timestamp of the underlying directory export",
+ "type": "string"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "message": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "deals": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "brand": {
+ "type": "string"
+ },
+ "category": {
+ "type": "string"
+ },
+ "lastSeenAt": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "originalPrice": {
+ "type": "number"
+ },
+ "price": {
+ "type": "number"
+ },
+ "productUrl": {
+ "type": "string"
+ },
+ "savingsPct": {
+ "type": "number"
+ },
+ "strainType": {
+ "type": "string"
+ },
+ "thcPct": {
+ "type": "number"
+ },
+ "weight": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "dispensary": {
+ "additionalProperties": true,
+ "properties": {
+ "city": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "promotions": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "endDate": {
+ "type": "string"
+ },
+ "lastSeenAt": {
+ "type": "string"
+ },
+ "promoType": {
+ "type": "string"
+ },
+ "startDate": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalDeals": {
+ "type": "number"
+ },
+ "totalPromotions": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "dispensary",
+ "deals",
+ "promotions"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source": {
+ "description": "Attribution line — CC BY 4.0, cite the row url",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}