You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The online validator and validator library flags the following validation error:
- Error: FAILURE: $.facilityUse.offers[0].id: Required property `@id` is missing from `Offer`.
Seems to be applying the rules for Offer instead of those for beta:indicativeOffer. beta:indicativeOffers without @id should be allowed.
The text was updated successfully, but these errors were encountered:
nickevansuk
changed the title
Online Validator and Validator Library Disagree on beta:indicativeOfferbeta:indicativeOffer should have optional @idMay 12, 2021
Given a FacilityUse with the following
offers
property:The online validator and validator library flags the following validation error:
Seems to be applying the rules for
Offer
instead of those forbeta:indicativeOffer
.beta:indicativeOffer
s without@id
should be allowed.The text was updated successfully, but these errors were encountered: