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

If providing a programme, always try to include a logo, a url and a video #155

Closed
nickevansuk opened this issue Jun 26, 2018 · 1 comment

Comments

@nickevansuk
Copy link
Contributor

nickevansuk commented Jun 26, 2018

Applying rules:

Not like this:

{
  "@context": "https://www.openactive.io/ns/oa.jsonld",
  "type": "Event",
  "btf:raceTypes": [
    "GO TRI"
  ]
}

Like this:

{
  "@context": "https://www.openactive.io/ns/oa.jsonld",
  "type": "Event",
  "programme": {
    "type": "Brand",
    "name": "GO TRI",
    "description": "GO TRI has been uniquely developed to ensure there is something for everyone, no matter your age, experience or ability. We believe that every single person deserves a GO TRI experience. If you are not sure where to start then have a go at our GO TRI quiz and we will give you recommendations about what to do next. We want you to feel that GO TRI is for YOU!",
    "logo": "https://www.gotri.org/website/static/img/logo.png", /* url of static PNG "GO TRY" logo like this one */
    "url": "https://www.gotri.org/what-is-go-tri", /* url of general programme page */   
    "beta:video": "https://www.youtube.com/watch?v=N268gBOvnzo" /* YouTube URL of programme video */  
  }
}
@nickevansuk
Copy link
Contributor Author

Looks good!

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

No branches or pull requests

1 participant