{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "TyrusThomas",
  "slug": "ncra",
  "url": "https://ro.am/TyrusThomas/ncra",
  "displayUrl": "ro.am/TyrusThomas/ncra",
  "name": "NCRA Demo with Tyrus Thomas",
  "description": "LET’S CONNECT (30 MINUTES):\nWhether you are a parent, coach, athlete, or school administrator, this 30-minute call is your opportunity to explore how the National Collegiate Recruitment Agency (NCRA) can support your recruiting goals. We will address your current recruiting challenges, discuss how NCRA’s tools and cohorts can provide solutions, and outline clear next steps to move forward. Please come prepared with your questions, and I will be ready with clarity, strategy, and actionable guidance. To make the most of our time together, ensure you are on time and in a quiet space.",
  "descriptionMarkdown": "LET’S CONNECT (30 MINUTES):\nWhether you are a parent, coach, athlete, or school administrator, this 30-minute call is your opportunity to explore how the National Collegiate Recruitment Agency (NCRA) can support your recruiting goals. We will address your current recruiting challenges, discuss how NCRA’s tools and cohorts can provide solutions, and outline clear next steps to move forward. Please come prepared with your questions, and I will be ready with clarity, strategy, and actionable guidance. To make the most of our time together, ensure you are on time and in a quiet space.",
  "organization": {
    "name": "Pro Athlete Community"
  },
  "hosts": [
    {
      "name": "Tyrus Thomas",
      "imageUrl": "https://ro.am/card-images/cf51878f-d006-4c65-8256-6bbd58f5e6c9"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZj4Tl02d1eQegjqxxXObg/GQdUhljYjPGzudlYKVJV5g",
  "bookingForm": {
    "fields": [
      {
        "id": "0198f84e-5d36-7757-907a-17b468dbf23a",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0198f84e-5d36-7757-907a-18a73e1075c9",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0198f84e-5d36-7757-907a-1cff9d32569d",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "0198f851-06fd-75ff-9360-ecb974770b50",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=TyrusThomas&slug=ncra",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}