{
  "type": "object",
  "properties": {
    "rows": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "is_prescription": {
            "type": "boolean"
          },
          "sets": {
            "type": "number"
          },
          "reps": {
            "type": "number"
          },
          "weight_kg": {
            "type": [
              "number",
              "null"
            ]
          },
          "rest_seconds": {
            "type": [
              "number",
              "null"
            ]
          },
          "rpe": {
            "type": [
              "number",
              "null"
            ]
          },
          "note": {
            "type": "string"
          }
        }
      }
    }
  }
}
