Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emergency Contact for junior bookings #215

Open
nickevansuk opened this issue Aug 25, 2021 · 1 comment
Open

Emergency Contact for junior bookings #215

nickevansuk opened this issue Aug 25, 2021 · 1 comment
Labels
CR3 Issues relating to CR3

Comments

@nickevansuk
Copy link
Contributor

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 nickevansuk added the CR3 Issues relating to CR3 label Aug 25, 2021
@nickevansuk
Copy link
Contributor Author

Added to tooling to ease implementation: openactive/data-models@d0bfb38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CR3 Issues relating to CR3
Projects
None yet
Development

No branches or pull requests

1 participant