{'$schema': 'http://json-schema.org/schema#', 'type': 'object', 'properties': {'items': {'type': 'array', 'items': {'type': 'object', 'properties': {'data': {'type': 'object', 'properties': {'attributes': {'type': 'object', 'properties': {'artwork': {'type': 'object', 'properties': {'bgColor': {'type': 'string'}, 'height': {'type': 'integer'}, 'textColor1': {'type': 'string'}, 'textColor2': {'type': 'string'}, 'textColor3': {'type': 'string'}, 'textColor4': {'type': 'string'}, 'url': {'type': 'string'}, 'width': {'type': 'integer'}}, 'required': ['bgColor', 'height', 'textColor1', 'textColor2', 'textColor3', 'textColor4', 'url', 'width']}, 'isLive': {'type': 'boolean'}, 'name': {'type': 'string'}, 'playParams': {'type': 'object', 'properties': {'format': {'type': 'string'}, 'id': {'type': 'string'}, 'kind': {'type': 'string'}, 'stationHash': {'type': 'string'}}, 'required': ['format', 'id', 'kind', 'stationHash']}, 'url': {'type': 'string'}, 'editorialNotes': {'type': 'object', 'properties': {'name': {'type': 'string'}, 'short': {'type': 'string'}, 'standard': {'type': 'string'}}, 'required': ['name', 'short']}}, 'required': ['artwork', 'isLive', 'name', 'playParams', 'url']}, 'href': {'type': 'string'}, 'id': {'type': 'string'}, 'type': {'type': 'string'}}, 'required': ['attributes', 'href', 'id', 'type']}, 'id': {'type': 'string'}, 'markets': {'type': 'array', 'items': {'type': 'array', 'items': {'type': ['integer', 'string']}}}, 'total': {'type': 'array', 'items': {'type': 'integer'}}}, 'required': ['data', 'id', 'markets', 'total']}}, 'last_date': {'type': 'string'}}, 'required': ['items', 'last_date']}