openactive / open-booking-api

Repository for the Open Booking API specification
Other
2 stars 3 forks source link

Emergency Contact for junior bookings #215

Open nickevansuk opened 3 years ago

nickevansuk commented 3 years ago

GLL have raised that support for an Emergency Contact is essential for junior bookings. This is likely to be the case for other operators too.

This can be easily supported as follows:

"customer": {
    "@type": "Person",
    ...
    "emergencyContact": {
      "@type": "Person",
      "name": "Ralph Capes",
      "telephone": "020 811 8055"
    }
}
nickevansuk commented 3 years ago

Added to tooling to ease implementation: https://github.com/openactive/data-models/commit/d0bfb38dc6f05d23d35e26e82b748ab1c6509e10