changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": false,
+ "properties": {
+ "accuracy_url": {
+ "type": "string"
+ },
+ "attribution": {
+ "type": "string"
+ },
+ "candidates": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "directors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "genres": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "key": {
+ "type": "string"
+ },
+ "runtime_min": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "year": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "key",
+ "slug",
+ "title",
+ "year",
+ "runtime_min",
+ "genres",
+ "directors",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "coverage_note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "data_as_of": {
+ "type": "string"
+ },
+ "film": {
+ "additionalProperties": {},
+ "properties": {
+ "directors": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "genres": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "key": {
+ "type": "string"
+ },
+ "runtime_min": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "year": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "key",
+ "slug",
+ "title",
+ "year",
+ "runtime_min",
+ "genres",
+ "directors",
+ "url"
+ ],
+ "type": "object"
+ },
+ "matched": {
+ "type": "boolean"
+ },
+ "query": {
+ "type": "string"
+ },
+ "showtime_count": {
+ "type": "number"
+ },
+ "unknown_venues": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "venues": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "neighborhood": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "short": {
+ "type": "string"
+ },
+ "showtimes": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "local_time": {
+ "type": "string"
+ },
+ "night_of": {
+ "type": "string"
+ },
+ "screening_id": {
+ "type": "string"
+ },
+ "starts_at": {
+ "type": "string"
+ },
+ "tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "ticket_url": {
+ "type": "string"
+ },
+ "venue": {
+ "additionalProperties": {},
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "neighborhood": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "short": {
+ "type": "string"
+ },
+ "venue_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "venue_id",
+ "name",
+ "short",
+ "neighborhood"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "screening_id",
+ "venue",
+ "starts_at",
+ "night_of",
+ "local_time",
+ "tags",
+ "ticket_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "venue_id": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "venue_id",
+ "name",
+ "short",
+ "neighborhood",
+ "showtimes"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "data_as_of",
+ "attribution",
+ "accuracy_url",
+ "query",
+ "matched",
+ "unknown_venues",
+ "coverage_note",
+ "showtime_count",
+ "venues"
+ ],
+ "type": "object"
+}