{
    "type": "object",
    "properties": {
        "collaborative": {
            "type": "boolean"
        },
        "description": {
            "type": "string"
        },
        "external_urls": {
            "type": "object",
            "properties": {
                "spotify": {
                    "type": "string"
                }
            }
        },
        "href": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "images": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "url": {
                        "type": "string"
                    }
                }
            }
        },
        "name": {
            "type": "string"
        },
        "owner": {
            "type": "object",
            "properties": {
                "display_name": {
                    "type": "string"
                },
                "external_urls": {
                    "type": "object",
                    "properties": {
                        "spotify": {
                            "type": "string"
                        }
                    }
                },
                "href": {
                    "type": "string"
                },
                "id": {
                    "type": "string"
                },
                "type": {
                    "type": "string"
                },
                "uri": {
                    "type": "string"
                }
            }
        },
        "snapshot_id": {
            "type": "string"
        },
        "tracks": {
            "type": "object",
            "properties": {
                "href": {
                    "type": "string"
                },
                "total": {
                    "type": "integer"
                }
            }
        },
        "type": {
            "type": "string"
        },
        "uri": {
            "type": "string"
        }
    },
    "version": 1
}
