Generate a curated playlist of 20 classic rock songs from the 70s and 80s
{
"properties": {
"count": {
"type": "number"
},
"era": {
"type": "string"
},
"genre": {
"type": "string"
}
},
"type": "object"
}
{
"properties": {
"name": {
"type": "string"
},
"tracks": {
"items": {
"properties": {
"artist": {
"type": "string"
},
"title": {
"type": "string"
},
"year": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}
{
"custom": {
"type": "playlist_validation"
},
"function": {
"max_length": 5000,
"min_length": 10,
"name": "check_length"
}
}