openactive / data-model-validator

The OpenActive data model validator library
MIT License
1 stars 1 forks source link

Is RPDE feed valid? tool #112

Closed MelanieAbraham closed 6 years ago

MelanieAbraham commented 6 years ago

Validation of whether an RPDE feed is valid. I think this is a separate tool (or page on the existing tool) though, as it needs to operate differently.

Todo:

nickevansuk commented 6 years ago

As discussed with @ldodds, suggested checks as follows:

Crawl the first 20 pages:

Last Page check:

nickevansuk commented 6 years ago

Also further feedback based on demo this morning... for the modelling spec checks within the RPDE feed, either a) check all items in the feed or b) check the first x but skip deleted items and display a warning saying no items found to validate if the first page contains only deleted items, as otherwise a feed's first page will very likely not be able to be validated for live feeds with 10 deleted items

petewalker commented 6 years ago
ldodds commented 6 years ago

See also 4.4.2 https://www.w3.org/2017/08/realtime-paged-data-exchange/#-item-

petewalker commented 6 years ago

Prompt for item data depending on type (point to model validator if has oa context, point to modelling spec if not)

nickevansuk commented 6 years ago

Quick update to these rules: