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"
+ },
+ "data_as_of": {
+ "type": "string"
+ },
+ "is_tonight": {
+ "type": "boolean"
+ },
+ "next_curtains": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "film": {
+ "anyOf": [
+ {
+ "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": "null"
+ }
+ ]
+ },
+ "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",
+ "film"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "night_of": {
+ "type": "string"
+ },
+ "screenings_tonight": {
+ "type": "number"
+ },
+ "sources": {
+ "additionalProperties": {},
+ "properties": {
+ "healthy": {
+ "type": "number"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "healthy",
+ "total"
+ ],
+ "type": "object"
+ },
+ "still_to_come": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "data_as_of",
+ "attribution",
+ "accuracy_url",
+ "night_of",
+ "is_tonight",
+ "screenings_tonight",
+ "still_to_come",
+ "next_curtains",
+ "sources"
+ ],
+ "type": "object"
+}