{
  "schema_version": "1.0",
  "draft_class": {
    "year": 2027,
    "prospects": [
      {
        "first_name": "Marcus",
        "last_name": "Ellery",
        "age": 19,
        "position": "PG",
        "secondary_position": "SG",
        "jersey_num": 3,
        "country": "USA",
        "college": "Kansas",
        "archetype": "star_seeking",
        "secondary_archetype": null,
        "ratings": {
          "ovr": 62,
          "pot": 84,
          "ins": 48,
          "mid": 66,
          "thr": 71,
          "pas": 74,
          "iq": 63,
          "def": 52,
          "reb": 35,
          "spd": 81,
          "str": 44,
          "jmp": 72,
          "endu": 68,
          "injury_prone": 30
        },
        "physical": {
          "height_in": 74,
          "weight_lbs": 185,
          "wingspan": 78
        }
      },
      {
        "first_name": "Tobias",
        "last_name": "Kruger",
        "age": 20,
        "position": "C",
        "secondary_position": null,
        "jersey_num": 44,
        "country": "Germany",
        "college": null,
        "archetype": "balanced",
        "secondary_archetype": null,
        "ratings": {
          "ovr": 58,
          "pot": 79,
          "ins": 70,
          "mid": 40,
          "thr": 24,
          "pas": 41,
          "iq": 57,
          "def": 73,
          "reb": 78,
          "spd": 46,
          "str": 71,
          "jmp": 64,
          "endu": 61,
          "injury_prone": 22
        },
        "physical": {
          "height_in": 84,
          "weight_lbs": 250,
          "wingspan": 89
        }
      }
    ]
  }
}
