changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "artist": {
+ "description": "Artist info",
+ "type": "object"
+ },
+ "eventDate": {
+ "description": "Event date",
+ "type": "string"
+ },
+ "id": {
+ "description": "Setlist ID",
+ "type": "string"
+ },
+ "sets": {
+ "description": "Performance sets",
+ "items": {
+ "properties": {
+ "encore": {
+ "description": "Encore number",
+ "type": "number"
+ },
+ "name": {
+ "description": "Set name",
+ "type": "string"
+ },
+ "song": {
+ "description": "Songs in set",
+ "items": {
+ "properties": {
+ "cover": {
+ "description": "Cover info",
+ "type": "object"
+ },
+ "info": {
+ "description": "Song info",
+ "type": "string"
+ },
+ "name": {
+ "description": "Song name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tour": {
+ "description": "Tour info",
+ "type": "object"
+ },
+ "url": {
+ "description": "Setlist URL",
+ "type": "string"
+ },
+ "venue": {
+ "description": "Venue info",
+ "type": "object"
+ }
+ },
+ "type": "object"
+}