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

Example 18 types are incorrect #221

Open
nickevansuk opened this issue Oct 5, 2021 · 0 comments
Open

Example 18 types are incorrect #221

nickevansuk opened this issue Oct 5, 2021 · 0 comments
Labels
CR3 Issues relating to CR3

Comments

@nickevansuk
Copy link
Contributor

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
  }
]
@nickevansuk nickevansuk added the CR3 Issues relating to CR3 label Oct 5, 2021
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