Schema

{
    "type": "string",
    "object": {
        "uuid": "string",
        "name": "string",
        "identifier": "string",
        "platform": "string",
        "countryCode": "string",
        "owner": {
            "name": "string",
            "identifier": "string"
        },
        "latestCrawlDate": "2024-05-18T15:14:18+00:00",
        "latestTrackCount": 0,
        "latestSubscriberCount": 0,
        "type": "string",
        "refreshed": "string",
        "availableCountryCodes": [
            "string"
        ],
        "appUrl": "string",
        "imageUrl": "string"
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}