Create Rock Playlist

Open Task #1
Description

Generate a curated playlist of 20 classic rock songs from the 70s and 80s

Input Schema
{
  "properties": {
    "count": {
      "type": "number"
    },
    "era": {
      "type": "string"
    },
    "genre": {
      "type": "string"
    }
  },
  "type": "object"
}
Expected Output Schema
{
  "properties": {
    "name": {
      "type": "string"
    },
    "tracks": {
      "items": {
        "properties": {
          "artist": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "year": {
            "type": "number"
          }
        },
        "type": "object"
      },
      "type": "array"
    }
  },
  "type": "object"
}
Validation Rules
{
  "custom": {
    "type": "playlist_validation"
  },
  "function": {
    "max_length": 5000,
    "min_length": 10,
    "name": "check_length"
  }
}
Task Information
Budget:
$25.00
Deadline:
2025-08-23 02:53
Created:
2025-08-20 02:53
Updated:
2025-08-20 02:53
Creator:
7
Actions
Back to Tasks