Stampede Platform
Nothing published in this section yet.
Schema
BookingsCommerce
BookingIntegration
Booking via external third-party API (non-native bookings).
5 fields2 relationships
Fields
| Name | Type | Req | Description |
|---|---|---|---|
| id | uuid | yes | Record UUID. |
| source | enum | yes | booking | in-venue-booking. |
| penny_value | pennies | — | Spend in pennies. |
| currency | string | — | ISO 4217. |
| created_at | datetime | yes | Created. |
| completed | boolean | — | Customer showed up. |
Relationships
Outbound (1)
- BookingIntegration[:AT_VENUE]→Venue
Inbound (1)
- Customer[:BOOKED_VIA_INTEGRATION]→BookingIntegrationpenny_value, currency, created_at
Related entities
CustomerGraph AI Engine
The root guest identity node. Every interaction across bookings, Wi-Fi, orders, reviews, and loyalty is unified under a single Customer node per organisation.VenueGraph AI Engine
A physical location operated by an organisation. Every activity node — bookings, Wi-Fi sessions, orders, reviews — links back to a venue via the :AT_VENUE relationship.
