Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions test-interface.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@
"label": "TestOpportunityBookableCancellable",
"comment": "[Bookable Opportunity with Bookable Offer](https://www.openactive.io/open-booking-api/EditorsDraft/#definition-of-a-bookable-opportunity-and-offer-pair), with `remainingAttendeeCapacity > 1` and includes at least one `Offer` without `latestCancellationBeforeStartDate` and with `allowCustomerCancellationFullRefund` set to `true`."
},
{
"@id": "https://openactive.io/test-interface#TestOpportunityBookableNonFreeCancellable",
"@type": "test:TestOpportunityCriteriaEnumeration",
"label": "TestOpportunityBookableNonFreeCancellable",
"comment": "[Bookable Opportunity with Bookable Offer](https://www.openactive.io/open-booking-api/EditorsDraft/#definition-of-a-bookable-opportunity-and-offer-pair), with `remainingAttendeeCapacity > 1` and includes at least one `Offer` without `latestCancellationBeforeStartDate` and with `allowCustomerCancellationFullRefund` set to `true`, and includes at least one `Offer` with `Offer.price > 0`."
},
{
"@id": "https://openactive.io/test-interface#TestOpportunityBookableFreeCancellable",
"@type": "test:TestOpportunityCriteriaEnumeration",
"label": "TestOpportunityBookableFreeCancellable",
"comment": "[Bookable Opportunity with Bookable Offer](https://www.openactive.io/open-booking-api/EditorsDraft/#definition-of-a-bookable-opportunity-and-offer-pair), with `remainingAttendeeCapacity > 1` and includes at least one `Offer` without `latestCancellationBeforeStartDate` and with `allowCustomerCancellationFullRefund` set to `true`, where at least one `Offer` has a `price` of `0`."
},
{
"@id": "https://openactive.io/test-interface#TestOpportunityBookableNotCancellable",
"@type": "test:TestOpportunityCriteriaEnumeration",
Expand Down