changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": {},
+ "properties": {
+ "chamber": {
+ "additionalProperties": {},
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tagline": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "tagline"
+ ],
+ "type": "object"
+ },
+ "chambers": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "tagline": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "wall_count": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "tagline",
+ "wall_count"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "entries": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "artist": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cover_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "kind": {
+ "anyOf": [
+ {
+ "enum": [
+ "track",
+ "album",
+ "artist"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "page_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "position": {
+ "type": "number"
+ },
+ "preview_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "query": {
+ "description": "Pass to resolve_music (resolve_artist for an artist) for links; null: no BeatsVine page yet",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "position",
+ "title",
+ "artist",
+ "kind",
+ "query",
+ "page_url",
+ "cover_url",
+ "preview_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "mode": {
+ "enum": [
+ "foyer",
+ "chamber",
+ "wall",
+ "archives"
+ ],
+ "type": "string"
+ },
+ "resolved_at": {
+ "type": "string"
+ },
+ "snapshots": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "entry_count": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "page_url": {
+ "type": "string"
+ },
+ "slug": {
+ "description": "Pass as `wall`, with resolve: true for number one's links",
+ "type": "string"
+ },
+ "week": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "week",
+ "entry_count",
+ "page_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "source_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "top": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "artist": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cover_art": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "did_you_mean": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "artist": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "kind": {
+ "enum": [
+ "track",
+ "album",
+ "artist"
+ ],
+ "type": "string"
+ },
+ "page_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "query": {
+ "description": "Pass back as `query` to open exactly this",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "title",
+ "artist",
+ "kind",
+ "query",
+ "page_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "anyOf": [
+ {
+ "enum": [
+ "track",
+ "album"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "page_url": {
+ "description": "The BeatsVine page, only when it is confirmed to exist",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "partial_sources": {
+ "description": "Sources that did not answer: say so when not empty",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "resolved_as": {
+ "additionalProperties": {},
+ "properties": {
+ "corrected": {
+ "description": "The answer is for different words than asked: tell the user what is shown",
+ "type": "boolean"
+ },
+ "note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "query": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "via": {
+ "anyOf": [
+ {
+ "enum": [
+ "direct",
+ "catalogue_search",
+ "live_lookup"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "query",
+ "via",
+ "corrected",
+ "note"
+ ],
+ "type": "object"
+ },
+ "resolved_at": {
+ "description": "Every link existed at this time",
+ "type": "string"
+ },
+ "response_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "results": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "availability": {
+ "enum": [
+ "in_stock",
+ "preorder",
+ "available",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "click_url": {
+ "description": "The link to give the user",
+ "type": "string"
+ },
+ "edition": {
+ "type": "string"
+ },
+ "merchant": {
+ "type": "string"
+ },
+ "merchant_id": {
+ "type": "string"
+ },
+ "price": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "amount": {
+ "type": "number"
+ },
+ "currency": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "amount",
+ "currency"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "null when no price is listed — never zero, never free"
+ },
+ "price_freshness": {
+ "type": "string"
+ },
+ "rank": {
+ "type": "number"
+ },
+ "ranking_reason": {
+ "additionalProperties": {},
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "summary"
+ ],
+ "type": "object"
+ },
+ "trust_tier": {
+ "enum": [
+ "authoritative",
+ "verified",
+ "listed"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "purchase",
+ "stream",
+ "subscription"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "rank",
+ "merchant",
+ "merchant_id",
+ "type",
+ "trust_tier",
+ "availability",
+ "price",
+ "click_url",
+ "url",
+ "ranking_reason"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "enum": [
+ "success",
+ "partial",
+ "no_results"
+ ],
+ "type": "string"
+ },
+ "title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ttl_seconds": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "warnings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "status",
+ "artist",
+ "title",
+ "kind",
+ "results",
+ "partial_sources",
+ "warnings",
+ "resolved_as",
+ "did_you_mean",
+ "page_url",
+ "cover_art",
+ "response_id",
+ "resolved_at",
+ "ttl_seconds"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Number one's links, when resolve was asked for"
+ },
+ "top_note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "total": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "wall": {
+ "additionalProperties": {},
+ "properties": {
+ "attribution": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "entity_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "page_url": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "description",
+ "entity_type",
+ "attribution",
+ "page_url"
+ ],
+ "type": "object"
+ },
+ "walls": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "attribution": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "entry_count": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "page_url": {
+ "type": "string"
+ },
+ "slug": {
+ "description": "Pass as `wall` to list its entries",
+ "type": "string"
+ }
+ },
+ "required": [
+ "slug",
+ "name",
+ "description",
+ "entry_count",
+ "attribution",
+ "page_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "year": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "years": {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "mode",
+ "source_url",
+ "resolved_at",
+ "total"
+ ],
+ "type": "object"
+}