openactive / open-booking-api

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

Example 18 types are incorrect #221

Open nickevansuk opened 2 years ago

nickevansuk commented 2 years ago

Example 18 @type values should read as follows, in line with the later examples:

"termsOfService": [
  {
    "@type": "PrivacyPolicy",
    "name": "Privacy Policy",
    "url": "https://example.com/privacy-policy",
    "requiresExplicitConsent": false
  },
  {
    "@type": "TermsOfUse",
    "name": "Terms and Conditions",
    "url": "https://example.com/terms-and-conditions",
    "requiresExplicitConsent": true
  }
]