BookingIntentRequirements

Per-section completeness status for a booking intent. Provides boolean signals for whether each section of the booking flow has enough data to proceed, enabling the frontend to make navigation decisions without parsing error pointers.

Per-section completeness status for a booking intent. Provides boolean signals for whether each section of the booking flow has enough data to proceed, enabling the frontend to make navigation decisions without parsing error pointers.

Example

{  "booking": {    "complete": true  },  "info": {    "complete": false  },  "submissions": [    {      "complete": false,      "form_id": "frm_abc123def456"    }  ]}