Validate that acceptedOffer and orderedItem are @ids for requests, and objects for responses, within the Open Booking API.
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
Validate that
acceptedOfferandorderedItemare@ids for requests, and objects for responses, within the Open Booking API.Currently the validator will pass when
@idreferences are used in the wrong contextAlso (related) ensure that@idreferences 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