We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
@id
Validate that acceptedOffer and orderedItem are @ids for requests, and objects for responses, within the Open Booking API.
acceptedOffer
orderedItem
Currently the validator will pass when @id references are used in the wrong context
Also (related) ensure that @id references are validated in the context of the feed.
For example this in a Slots feed currently passes the validator
"facilityUse":{ "@type":"FacilityUse", "@id":"https://localhost/ven_000229-rbt_000010", identifier":"ven_000229-rbt_000010" },
This has been split out into a separate issue #408
The text was updated successfully, but these errors were encountered:
Order.seller
Successfully merging a pull request may close this issue.
Validate that
acceptedOffer
andorderedItem
are@id
s for requests, and objects for responses, within the Open Booking API.Currently the validator will pass when
@id
references are used in the wrong contextAlso (related) ensure that@id
references are validated in the context of the feed.For example this in a Slots feed currently passes the validatorThis has been split out into a separate issue #408
The text was updated successfully, but these errors were encountered: