changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "attendee_count": {
+ "type": "number"
+ },
+ "category": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "country": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cover_image_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ends_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "entry_model": {
+ "type": "string"
+ },
+ "location_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "organizer_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "organizer_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": "string"
+ },
+ "starts_at": {
+ "type": "string"
+ },
+ "summary": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ticket_types": {
+ "type": "array"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "website": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}