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

Validator: Required property @id is missing from ScheduledSession. #95

Open
drinkynet opened this issue May 6, 2022 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@drinkynet
Copy link
Contributor

Its possible to not set the @id for an RpdeItem when building an RpdeBody. The validator then flags an error that it is missing when you validate the feed.

It may aid development if a RuntimeException was thrown if the field is missing so you can pick it up in development before you get to the validator stage.

@nathansalter nathansalter added bug Something isn't working good first issue Good for newcomers labels Jun 1, 2022
@nathansalter
Copy link
Contributor

Yes, we should add something into the RPDE validation process to check that IDs are set for all items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants