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

duration should not contain day component, unless MultidayEvent #134

Closed
nickevansuk opened this issue Jun 19, 2018 · 0 comments
Closed

duration should not contain day component, unless MultidayEvent #134

nickevansuk opened this issue Jun 19, 2018 · 0 comments

Comments

@nickevansuk
Copy link
Contributor

nickevansuk commented Jun 19, 2018

Applying rules:

Not like this:

{
  "@context": "https://www.openactive.io/ns/oa.jsonld",
  "type": "Event",
  "duration": "P0DT3H0M0S"
}

Like this:

{
  "@context": "https://www.openactive.io/ns/oa.jsonld",
  "type": "Event",
  "duration": "PT3H0M0S" /* duration should not contain day component */
}
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