{
    "type": "object",
    "properties": {
        "album": {
            "type": "object",
            "properties": {
                "album_type": {
                    "type": "string"
                },
                "artists": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "external_urls": {
                                "type": "object",
                                "properties": {
                                    "spotify": {
                                        "type": "string"
                                    }
                                },
                                "required": [
                                    "spotify"
                                ]
                            },
                            "href": {
                                "type": "string"
                            },
                            "id": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "type": {
                                "type": "string"
                            },
                            "uri": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "external_urls",
                            "href",
                            "id",
                            "name",
                            "type",
                            "uri"
                        ]
                    }
                },
                "available_markets": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                },
                "external_urls": {
                    "type": "object",
                    "properties": {
                        "spotify": {
                            "type": "string"
                        }
                    },
                    "required": [
                        "spotify"
                    ]
                },
                "href": {
                    "type": "string"
                },
                "id": {
                    "type": "string"
                },
                "images": {
                    "type": "array",
                    "items": {
                        "type": "object",
                        "properties": {
                            "url": {
                                "type": "string"
                            },
                            "width": {
                                "type": "integer"
                            },
                            "height": {
                                "type": "integer"
                            }
                        },
                        "required": [
                            "url",
                            "width",
                            "height"
                        ]
                    }
                },
                "name": {
                    "type": "string"
                },
                "release_date": {
                    "type": "string"
                },
                "release_date_precision": {
                    "type": "string"
                },
                "total_tracks": {
                    "type": "integer"
                },
                "type": {
                    "type": "string"
                },
                "uri": {
                    "type": "string"
                }
            },
            "required": [
                "album_type",
                "artists",
                "available_markets",
                "external_urls",
                "href",
                "id",
                "images",
                "name",
                "release_date",
                "release_date_precision",
                "total_tracks",
                "type",
                "uri"
            ]
        },
        "artists": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "external_urls": {
                        "type": "object",
                        "properties": {
                            "spotify": {
                                "type": "string"
                            }
                        },
                        "required": [
                            "spotify"
                        ]
                    },
                    "href": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "uri": {
                        "type": "string"
                    }
                },
                "required": [
                    "external_urls",
                    "href",
                    "id",
                    "name",
                    "type",
                    "uri"
                ]
            }
        },
        "available_markets": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "disc_number": {
            "type": "integer"
        },
        "duration_ms": {
            "type": "integer"
        },
        "explicit": {
            "type": "boolean"
        },
        "external_ids": {
            "type": "object",
            "properties": {
                "isrc": {
                    "type": "string"
                }
            },
            "required": [
                "isrc"
            ]
        },
        "external_urls": {
            "type": "object",
            "properties": {
                "spotify": {
                    "type": "string"
                }
            },
            "required": [
                "spotify"
            ]
        },
        "href": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "is_local": {
            "type": "boolean"
        },
        "name": {
            "type": "string"
        },
        "popularity": {
            "type": "integer"
        },
        "track_number": {
            "type": "integer"
        },
        "type": {
            "type": "string"
        },
        "uri": {
            "type": "string"
        }
    },
    "version": 1
}
