< Return to Summary | File Generated: Fri Nov 01 2024 18:13:09 GMT+0000 (Coordinated Universal Time)
Booking Flow: OpenBookingApprovalFlow
Opportunity Type: ScheduledSession
Feature: Cancellation / Customer Requested Cancellation (Implemented)
Test: Successful booking and cancellation.
A successful end to end booking including full Order cancellation, including checking the Orders Feed. Two cancellation requests are made to ensure that cancellation is atomic.
npm start -- --runInBand test/features/cancellation/customer-requested-cancellation/implemented/book-and-cancel-test.js
The OpenActive Reference Implementation test result for this test can be used as a reference to help with debugging.
⚠️ 26 passed with 0 failures, 118 warnings and 60 suggestions
POST http://localhost:3000/test-interface/datasets/uat-ci/opportunities
{
"@type": "ScheduledSession",
"superEvent": {
"@type": "SessionSeries",
"organizer": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1"
}
},
"@context": [
"https://openactive.io/",
"https://openactive.io/test-interface"
],
"test:testOpportunityCriteria": "https://openactive.io/test-interface#TestOpportunityBookableCancellable",
"test:testOpenBookingFlow": "https://openactive.io/test-interface#OpenBookingApprovalFlow"
}
Response status code: 200 OK. Responded in 6.068632ms.
{
"@context": "https://openactive.io/",
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476"
}
GET http://localhost:3000/opportunity/https%3A%2F%2Flocalhost%3A5001%2Fapi%2Fidentifiers%2Fscheduled-sessions%2F1648%2Fevents%2F16476?useCacheIfAvailable=true
Response status code: 200 OK. Responded in 3.79902ms.
{
"data": {
"@context": [
"https://openactive.io/"
],
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"identifier": 1648,
"name": "GOLDEN: Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#bf1a5e00-cdcf-465d-8c5a-6f57040b7f7e",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Yoga"
}
],
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"offers": [
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Junior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Junior",
"maxValue": 17
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Senior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Senior",
"minValue": 60
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult (off-peak)",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult (off-peak)",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
}
],
"organizer": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"isOpenBookingAllowed": true,
"sameAs": [
"https://socialmedia.com/AcmeFitnessLtd"
],
"taxMode": "https://openactive.io/TaxGross",
"telephone": "02732 894058",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "http://maxine.biz"
},
"url": "https://www.example.com/sessions/1648"
},
"duration": "PT2H22M",
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 38
}
}
eventStatus
is missing from ScheduledSession
.leader
is missing from ScheduledSession
.url
is missing from ScheduledSession
.ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.description
is missing from SessionSeries
.image
is missing from SessionSeries
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.leader
is missing from SessionSeries
.level
is missing from SessionSeries
.SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.PUT https://localhost:5001/api/openbooking/order-quote-templates/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "OrderQuote",
"brokerRole": "https://openactive.io/AgentBroker",
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com",
"description": "A fitness app for all the community",
"logo": {
"@type": "ImageObject",
"url": "http://data.myfitnessapp.org.uk/images/logo.png"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Alan Peacock Way",
"addressLocality": "Village East",
"addressRegion": "Middlesbrough",
"postalCode": "TS4 3AE",
"addressCountry": "GB"
}
},
"seller": "https://localhost:5001/api/identifiers/sellers/1",
"orderedItem": [
{
"@type": "OrderItem",
"position": 0,
"acceptedOffer": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"orderedItem": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476"
}
],
"payment": {
"@type": "Payment",
"name": "AcmeBroker Points",
"accountId": "SN1593",
"paymentProviderId": "STRIPE"
}
}
Response status code: 200 OK. Responded in 21.924029ms.
{
"@context": "https://openactive.io/",
"@type": "OrderQuote",
"@id": "https://localhost:5001/api/openbooking/order-quotes/e69bd268-325e-4ef4-a428-aa737623e571",
"lease": {
"@type": "Lease",
"leaseExpires": "2024-11-01T18:18:47+00:00"
},
"orderRequiresApproval": true,
"bookingService": {
"@type": "BookingService",
"name": "Acme booking system",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "https://example.com"
},
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com"
},
"brokerRole": "https://openactive.io/AgentBroker",
"orderedItem": [
{
"@type": "OrderItem",
"acceptedOffer": {
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
"orderedItem": {
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"name": "Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#6bdea630-ad22-4e58-98a3-bca26ee3f1da",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Rave Fitness"
}
],
"location": {
"@type": "Place",
"@id": "https://example.com/place/2",
"identifier": 2,
"name": "Premier Lifters",
"description": "Where your Fitness Goals are Always Inn-Sight. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Oxford",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1BB",
"streetAddress": "Greyfriars Court, Paradise Square"
},
"amenityFeature": [
{
"@type": "ChangingFacilities",
"name": "Changing Facilities",
"value": false
},
{
"@type": "Showers",
"name": "Showers",
"value": false
},
{
"@type": "Lockers",
"name": "Lockers",
"value": false
},
{
"@type": "Towels",
"name": "Towels",
"value": true
},
{
"@type": "Creche",
"name": "Creche",
"value": true
},
{
"@type": "Parking",
"name": "Parking",
"value": true
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.7504933,
"longitude": -1.2620685
},
"image": [
{
"@type": "ImageObject",
"url": "https://upload.wikimedia.org/wikipedia/commons/5/53/Cambridge_Orchard_Park_Premier_Inn.jpg"
}
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Sunday"
],
"opens": "09:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Monday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Tuesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Wednesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Thursday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Friday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Saturday"
],
"opens": "09:00"
}
],
"telephone": "01865 000002",
"url": "https://en.wikipedia.org/wiki/Premier_Inn"
},
"url": "https://example.com/events/1648"
},
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 38
},
"position": 0,
"unitTaxSpecification": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
],
"seller": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Another town",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1AA",
"streetAddress": "1 Hidden Gem"
},
"isOpenBookingAllowed": true,
"legalName": "Acme Fitness Ltd",
"taxMode": "https://openactive.io/TaxGross",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
]
},
"totalPaymentDue": {
"@type": "PriceSpecification",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP"
},
"totalPaymentTax": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
name
is missing from Offer
.ageRestriction
is missing from Offer
.eventStatus
is missing from ScheduledSession
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.eventStatus
is missing from SessionSeries
.email
is missing from Organization
.url
is missing from Organization
.logo
is missing from Organization
.vatID
is missing from Organization
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.GET http://localhost:3000/opportunity/https%3A%2F%2Flocalhost%3A5001%2Fapi%2Fidentifiers%2Fscheduled-sessions%2F1648%2Fevents%2F16476?useCacheIfAvailable=true&expectedCapacity=37
Response status code: 200 OK. Responded in 538.209983ms.
{
"state": "updated",
"id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"modified": "1730484828906",
"data": {
"@context": [
"https://openactive.io/"
],
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"identifier": 1648,
"name": "GOLDEN: Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#bf1a5e00-cdcf-465d-8c5a-6f57040b7f7e",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Yoga"
}
],
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"offers": [
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Junior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Junior",
"maxValue": 17
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Senior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Senior",
"minValue": 60
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult (off-peak)",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult (off-peak)",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
}
],
"organizer": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"isOpenBookingAllowed": true,
"sameAs": [
"https://socialmedia.com/AcmeFitnessLtd"
],
"taxMode": "https://openactive.io/TaxGross",
"telephone": "02732 894058",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "http://maxine.biz"
},
"url": "https://www.example.com/sessions/1648"
},
"duration": "PT2H22M",
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 37
}
}
eventStatus
is missing from ScheduledSession
.leader
is missing from ScheduledSession
.url
is missing from ScheduledSession
.ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.description
is missing from SessionSeries
.image
is missing from SessionSeries
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.leader
is missing from SessionSeries
.level
is missing from SessionSeries
.SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.PUT https://localhost:5001/api/openbooking/order-quotes/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "OrderQuote",
"brokerRole": "https://openactive.io/AgentBroker",
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com",
"description": "A fitness app for all the community",
"logo": {
"@type": "ImageObject",
"url": "http://data.myfitnessapp.org.uk/images/logo.png"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Alan Peacock Way",
"addressLocality": "Village East",
"addressRegion": "Middlesbrough",
"postalCode": "TS4 3AE",
"addressCountry": "GB"
}
},
"seller": "https://localhost:5001/api/identifiers/sellers/1",
"customer": {
"@type": "Person",
"email": "[email protected]",
"givenName": "Hackett",
"identifier": "0437fc01-6e61-479b-b3de-0e6f475cd0e5"
},
"orderedItem": [
{
"@type": "OrderItem",
"position": 0,
"acceptedOffer": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"orderedItem": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476"
}
],
"payment": {
"@type": "Payment",
"name": "AcmeBroker Points",
"accountId": "SN1593",
"paymentProviderId": "STRIPE"
}
}
Response status code: 200 OK. Responded in 31.012399ms.
{
"@context": "https://openactive.io/",
"@type": "OrderQuote",
"@id": "https://localhost:5001/api/openbooking/order-quotes/e69bd268-325e-4ef4-a428-aa737623e571",
"lease": {
"@type": "Lease",
"leaseExpires": "2024-11-01T18:18:48+00:00"
},
"orderRequiresApproval": true,
"bookingService": {
"@type": "BookingService",
"name": "Acme booking system",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "https://example.com"
},
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com"
},
"brokerRole": "https://openactive.io/AgentBroker",
"customer": {
"@type": "Person",
"identifier": "0437fc01-6e61-479b-b3de-0e6f475cd0e5",
"email": "[email protected]",
"givenName": "Hackett"
},
"orderedItem": [
{
"@type": "OrderItem",
"acceptedOffer": {
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
"orderedItem": {
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"name": "Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#6bdea630-ad22-4e58-98a3-bca26ee3f1da",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Rave Fitness"
}
],
"location": {
"@type": "Place",
"@id": "https://example.com/place/2",
"identifier": 2,
"name": "Premier Lifters",
"description": "Where your Fitness Goals are Always Inn-Sight. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Oxford",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1BB",
"streetAddress": "Greyfriars Court, Paradise Square"
},
"amenityFeature": [
{
"@type": "ChangingFacilities",
"name": "Changing Facilities",
"value": false
},
{
"@type": "Showers",
"name": "Showers",
"value": false
},
{
"@type": "Lockers",
"name": "Lockers",
"value": false
},
{
"@type": "Towels",
"name": "Towels",
"value": true
},
{
"@type": "Creche",
"name": "Creche",
"value": true
},
{
"@type": "Parking",
"name": "Parking",
"value": true
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.7504933,
"longitude": -1.2620685
},
"image": [
{
"@type": "ImageObject",
"url": "https://upload.wikimedia.org/wikipedia/commons/5/53/Cambridge_Orchard_Park_Premier_Inn.jpg"
}
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Sunday"
],
"opens": "09:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Monday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Tuesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Wednesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Thursday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Friday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Saturday"
],
"opens": "09:00"
}
],
"telephone": "01865 000002",
"url": "https://en.wikipedia.org/wiki/Premier_Inn"
},
"url": "https://example.com/events/1648"
},
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 38
},
"position": 0,
"unitTaxSpecification": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
],
"seller": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Another town",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1AA",
"streetAddress": "1 Hidden Gem"
},
"isOpenBookingAllowed": true,
"legalName": "Acme Fitness Ltd",
"taxMode": "https://openactive.io/TaxGross",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
]
},
"totalPaymentDue": {
"@type": "PriceSpecification",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP"
},
"totalPaymentTax": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
name
is missing from Offer
.ageRestriction
is missing from Offer
.eventStatus
is missing from ScheduledSession
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.eventStatus
is missing from SessionSeries
.email
is missing from Organization
.url
is missing from Organization
.logo
is missing from Organization
.vatID
is missing from Organization
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.GET http://localhost:3000/opportunity/https%3A%2F%2Flocalhost%3A5001%2Fapi%2Fidentifiers%2Fscheduled-sessions%2F1648%2Fevents%2F16476?useCacheIfAvailable=true&expectedCapacity=37
Response status code: 200 OK. Responded in 10.794884ms.
{
"data": {
"@context": [
"https://openactive.io/"
],
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"identifier": 1648,
"name": "GOLDEN: Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#bf1a5e00-cdcf-465d-8c5a-6f57040b7f7e",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Yoga"
}
],
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"offers": [
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Junior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Junior",
"maxValue": 17
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Senior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Senior",
"minValue": 60
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult (off-peak)",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult (off-peak)",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
}
],
"organizer": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"isOpenBookingAllowed": true,
"sameAs": [
"https://socialmedia.com/AcmeFitnessLtd"
],
"taxMode": "https://openactive.io/TaxGross",
"telephone": "02732 894058",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "http://maxine.biz"
},
"url": "https://www.example.com/sessions/1648"
},
"duration": "PT2H22M",
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 37
}
}
eventStatus
is missing from ScheduledSession
.leader
is missing from ScheduledSession
.url
is missing from ScheduledSession
.ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.description
is missing from SessionSeries
.image
is missing from SessionSeries
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.leader
is missing from SessionSeries
.level
is missing from SessionSeries
.SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.PUT https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "OrderProposal",
"brokerRole": "https://openactive.io/AgentBroker",
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com",
"description": "A fitness app for all the community",
"logo": {
"@type": "ImageObject",
"url": "http://data.myfitnessapp.org.uk/images/logo.png"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Alan Peacock Way",
"addressLocality": "Village East",
"addressRegion": "Middlesbrough",
"postalCode": "TS4 3AE",
"addressCountry": "GB"
}
},
"seller": "https://localhost:5001/api/identifiers/sellers/1",
"customer": {
"@type": "Person",
"email": "[email protected]",
"givenName": "Hackett",
"identifier": "0437fc01-6e61-479b-b3de-0e6f475cd0e5"
},
"orderedItem": [
{
"@type": "OrderItem",
"position": 0,
"acceptedOffer": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"orderedItem": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476"
}
],
"totalPaymentDue": {
"@type": "PriceSpecification",
"price": 0,
"priceCurrency": "GBP"
}
}
Response status code: 201 Created. Responded in 31.049308ms.
{
"@context": "https://openactive.io/",
"@type": "OrderProposal",
"@id": "https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571",
"orderProposalStatus": "https://openactive.io/AwaitingSellerConfirmation",
"bookingService": {
"@type": "BookingService",
"name": "Acme booking system",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "https://example.com"
},
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com"
},
"brokerRole": "https://openactive.io/AgentBroker",
"customer": {
"@type": "Person",
"identifier": "0437fc01-6e61-479b-b3de-0e6f475cd0e5",
"email": "[email protected]",
"givenName": "Hackett"
},
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"acceptedOffer": {
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
"orderedItem": {
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"name": "Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#6bdea630-ad22-4e58-98a3-bca26ee3f1da",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Rave Fitness"
}
],
"location": {
"@type": "Place",
"@id": "https://example.com/place/2",
"identifier": 2,
"name": "Premier Lifters",
"description": "Where your Fitness Goals are Always Inn-Sight. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Oxford",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1BB",
"streetAddress": "Greyfriars Court, Paradise Square"
},
"amenityFeature": [
{
"@type": "ChangingFacilities",
"name": "Changing Facilities",
"value": false
},
{
"@type": "Showers",
"name": "Showers",
"value": false
},
{
"@type": "Lockers",
"name": "Lockers",
"value": false
},
{
"@type": "Towels",
"name": "Towels",
"value": true
},
{
"@type": "Creche",
"name": "Creche",
"value": true
},
{
"@type": "Parking",
"name": "Parking",
"value": true
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.7504933,
"longitude": -1.2620685
},
"image": [
{
"@type": "ImageObject",
"url": "https://upload.wikimedia.org/wikipedia/commons/5/53/Cambridge_Orchard_Park_Premier_Inn.jpg"
}
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Sunday"
],
"opens": "09:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Monday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Tuesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Wednesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Thursday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Friday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Saturday"
],
"opens": "09:00"
}
],
"telephone": "01865 000002",
"url": "https://en.wikipedia.org/wiki/Premier_Inn"
},
"url": "https://example.com/events/1648"
}
},
"position": 0,
"unitTaxSpecification": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
],
"orderProposalVersion": "https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571/versions/77dc818a-ff60-4a84-a92b-d494c3ecaae2",
"seller": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Another town",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1AA",
"streetAddress": "1 Hidden Gem"
},
"isOpenBookingAllowed": true,
"legalName": "Acme Fitness Ltd",
"taxMode": "https://openactive.io/TaxGross",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
]
},
"totalPaymentDue": {
"@type": "PriceSpecification",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP"
},
"totalPaymentTax": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
name
is missing from Offer
.ageRestriction
is missing from Offer
.eventStatus
is missing from ScheduledSession
.maximumAttendeeCapacity
is missing from ScheduledSession
.remainingAttendeeCapacity
is missing from ScheduledSession
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.eventStatus
is missing from SessionSeries
.email
is missing from Organization
.url
is missing from Organization
.logo
is missing from Organization
.vatID
is missing from Organization
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.POST http://localhost:3000/order-listeners/order-proposals/primary/e69bd268-325e-4ef4-a428-aa737623e571
{}
Response status code: 200 OK. Responded in 4.375875ms.
{
"headers": {
"Accept": "application/json, application/vnd.openactive.booking+json; version=1",
"Cache-Control": "max-age=0",
"Authorization": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjcsImV4cCI6MTczMDQ4Nzk2NywiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwianRpIjoiNjU1NkE0MjcxODg5MTdBRjM2MDZGQzA2NEYyMDVGNTkiLCJpYXQiOjE3MzA0ODQzNjcsInNjb3BlIjpbIm9wZW5hY3RpdmUtb3JkZXJzZmVlZCJdfQ.c1j_cpIU9sS0fExMcTiNayB9UNs8POZdy-g163G3piKF5zcsGPeRMd1L3cAjCdfzdHDM6nrRdRcSuo1UjnsUhNGE7DhEJWdeeWT0in4q6ZIS0VanC48jF3Jpct9HqYio2GmY8hnkdFZVcULCVlh03OSKxssfMU3nQtk1ORKNpafURenEpTP4AV_PEh79RgnSwW6EA56OzL_MPZgO2eL6b4Gkq4MwxojYW1J201ESFci1b6YX28HQgADOccDn6L4S7kL3UmTjKl2yAn22QjscbrKlyWv8c7aXVzgWhjqSZtPrSGwJMvyZxDlfKecUePvTBET6Lvh2Q7mA5jZ9Qt8ukA"
},
"startingFeedPage": "https://localhost:5001/api/openbooking/order-proposals-rpde?afterTimestamp=638660816256202290&afterId=5fd19aba-fca7-4aec-a91a-372a6bcdb8a6",
"message": "Listening for UUID: 'e69bd268-325e-4ef4-a428-aa737623e571' in feed: order-proposals, for Booking Partner: primary from startingFeedPage using headers"
}
POST https://localhost:5001/api/openbooking/test-interface/actions
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": [
"https://openactive.io/",
"https://openactive.io/test-interface"
],
"@type": "test:SellerAcceptOrderProposalSimulateAction",
"object": {
"@type": "OrderProposal",
"@id": "https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571"
}
}
Response status code: 204 No Content. Responded in 14.740942ms.
GET http://localhost:3000/order-listeners/order-proposals/primary/e69bd268-325e-4ef4-a428-aa737623e571
Response status code: 200 OK. Responded in 2269.302043ms.
{
"state": "updated",
"kind": "Order",
"id": "e69bd268-325e-4ef4-a428-aa737623e571",
"modified": "638660816300043538",
"data": {
"@context": "https://openactive.io/",
"@type": "OrderProposal",
"@id": "https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571",
"identifier": "e69bd268-325e-4ef4-a428-aa737623e571",
"orderProposalStatus": "https://openactive.io/SellerAccepted",
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"acceptedOffer": {
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"price": 0,
"priceCurrency": "GBP"
},
"orderedItem": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476"
}
],
"orderProposalVersion": "https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571/versions/77dc818a-ff60-4a84-a92b-d494c3ecaae2",
"totalPaymentDue": {
"@type": "PriceSpecification",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP"
}
}
}
name
is missing from Offer
.ageRestriction
is missing from Offer
.allowCustomerCancellationFullRefund
is missing from Offer
.POST http://localhost:3000/order-listeners/order-proposals/primary/e69bd268-325e-4ef4-a428-aa737623e571
{}
Response status code: 200 OK. Responded in 4.432153ms.
{
"headers": {
"Accept": "application/json, application/vnd.openactive.booking+json; version=1",
"Cache-Control": "max-age=0",
"Authorization": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjcsImV4cCI6MTczMDQ4Nzk2NywiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwianRpIjoiNjU1NkE0MjcxODg5MTdBRjM2MDZGQzA2NEYyMDVGNTkiLCJpYXQiOjE3MzA0ODQzNjcsInNjb3BlIjpbIm9wZW5hY3RpdmUtb3JkZXJzZmVlZCJdfQ.c1j_cpIU9sS0fExMcTiNayB9UNs8POZdy-g163G3piKF5zcsGPeRMd1L3cAjCdfzdHDM6nrRdRcSuo1UjnsUhNGE7DhEJWdeeWT0in4q6ZIS0VanC48jF3Jpct9HqYio2GmY8hnkdFZVcULCVlh03OSKxssfMU3nQtk1ORKNpafURenEpTP4AV_PEh79RgnSwW6EA56OzL_MPZgO2eL6b4Gkq4MwxojYW1J201ESFci1b6YX28HQgADOccDn6L4S7kL3UmTjKl2yAn22QjscbrKlyWv8c7aXVzgWhjqSZtPrSGwJMvyZxDlfKecUePvTBET6Lvh2Q7mA5jZ9Qt8ukA"
},
"startingFeedPage": "https://localhost:5001/api/openbooking/order-proposals-rpde?afterTimestamp=638660816279437381&afterId=e5ae952a-6ade-4f1c-ac74-7102973bb76f",
"message": "Listening for UUID: 'e69bd268-325e-4ef4-a428-aa737623e571' in feed: order-proposals, for Booking Partner: primary from startingFeedPage using headers"
}
PUT https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "Order",
"orderProposalVersion": "https://localhost:5001/api/openbooking/order-proposals/e69bd268-325e-4ef4-a428-aa737623e571/versions/77dc818a-ff60-4a84-a92b-d494c3ecaae2"
}
Response status code: 201 Created. Responded in 44.298109ms.
{
"@context": "https://openactive.io/",
"@type": "Order",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571",
"identifier": "e69bd268-325e-4ef4-a428-aa737623e571",
"bookingService": {
"@type": "BookingService",
"name": "Acme booking system",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "https://example.com"
},
"broker": {
"@type": "Organization",
"name": "MyFitnessApp",
"url": "https://myfitnessapp.example.com/"
},
"brokerRole": "https://openactive.io/AgentBroker",
"customer": {
"@type": "Person",
"identifier": "0437fc01-6e61-479b-b3de-0e6f475cd0e5",
"email": "[email protected]",
"givenName": "Hackett"
},
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"acceptedOffer": {
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
"accessChannel": {
"@type": "VirtualLocation",
"name": "Zoom Video Chat",
"description": "Please log into Zoom a few minutes before the event",
"accessCode": "6853592977",
"accessId": "9778675622"
},
"orderedItem": {
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"name": "Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#6bdea630-ad22-4e58-98a3-bca26ee3f1da",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Rave Fitness"
}
],
"location": {
"@type": "Place",
"@id": "https://example.com/place/2",
"identifier": 2,
"name": "Premier Lifters",
"description": "Where your Fitness Goals are Always Inn-Sight. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Oxford",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1BB",
"streetAddress": "Greyfriars Court, Paradise Square"
},
"amenityFeature": [
{
"@type": "ChangingFacilities",
"name": "Changing Facilities",
"value": false
},
{
"@type": "Showers",
"name": "Showers",
"value": false
},
{
"@type": "Lockers",
"name": "Lockers",
"value": false
},
{
"@type": "Towels",
"name": "Towels",
"value": true
},
{
"@type": "Creche",
"name": "Creche",
"value": true
},
{
"@type": "Parking",
"name": "Parking",
"value": true
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": 51.7504933,
"longitude": -1.2620685
},
"image": [
{
"@type": "ImageObject",
"url": "https://upload.wikimedia.org/wikipedia/commons/5/53/Cambridge_Orchard_Park_Premier_Inn.jpg"
}
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Sunday"
],
"opens": "09:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Monday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Tuesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Wednesday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Thursday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "21:30",
"dayOfWeek": [
"https://schema.org/Friday"
],
"opens": "06:30"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:30",
"dayOfWeek": [
"https://schema.org/Saturday"
],
"opens": "09:00"
}
],
"telephone": "01865 000002",
"url": "https://en.wikipedia.org/wiki/Premier_Inn"
},
"url": "https://example.com/events/1648"
},
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 38
},
"orderItemStatus": "https://openactive.io/OrderItemConfirmed",
"unitTaxSpecification": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
],
"seller": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"address": {
"@type": "PostalAddress",
"addressCountry": "GB",
"addressLocality": "Another town",
"addressRegion": "Oxfordshire",
"postalCode": "OX1 1AA",
"streetAddress": "1 Hidden Gem"
},
"isOpenBookingAllowed": true,
"legalName": "Acme Fitness Ltd",
"taxMode": "https://openactive.io/TaxGross",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
]
},
"totalPaymentDue": {
"@type": "PriceSpecification",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP"
},
"totalPaymentTax": [
{
"@type": "TaxChargeSpecification",
"name": "VAT at 20%",
"price": 0,
"priceCurrency": "GBP",
"rate": 0.2
}
]
}
accessCode
is missing from OrderItem
.accessPass
is missing from OrderItem
.name
is missing from Offer
.ageRestriction
is missing from Offer
.eventStatus
is missing from ScheduledSession
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.eventStatus
is missing from SessionSeries
.email
is missing from Organization
.url
is missing from Organization
.logo
is missing from Organization
.vatID
is missing from Organization
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.GET http://localhost:3000/order-listeners/order-proposals/primary/e69bd268-325e-4ef4-a428-aa737623e571
Response status code: 200 OK. Responded in 1922.286053ms.
{
"state": "deleted",
"kind": "Order",
"id": "e69bd268-325e-4ef4-a428-aa737623e571",
"modified": "638660816323216055"
}
GET http://localhost:3000/opportunity/https%3A%2F%2Flocalhost%3A5001%2Fapi%2Fidentifiers%2Fscheduled-sessions%2F1648%2Fevents%2F16476?useCacheIfAvailable=true&expectedCapacity=37
Response status code: 200 OK. Responded in 3.656784ms.
{
"data": {
"@context": [
"https://openactive.io/"
],
"@type": "ScheduledSession",
"@id": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"startDate": "2024-11-11T17:43:04+00:00",
"endDate": "2024-11-11T20:05:04+00:00",
"superEvent": {
"@type": "SessionSeries",
"@id": "https://localhost:5001/api/identifiers/session-series/1648",
"identifier": 1648,
"name": "GOLDEN: Concrete Yoga",
"activity": [
{
"@type": "Concept",
"@id": "https://openactive.io/activity-list#bf1a5e00-cdcf-465d-8c5a-6f57040b7f7e",
"inScheme": "https://openactive.io/activity-list",
"prefLabel": "Yoga"
}
],
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"offers": [
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Junior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Junior",
"maxValue": 17
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Senior",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Senior",
"minValue": 60
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
},
{
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"name": "Adult (off-peak)",
"acceptedPaymentMethod": [
"http://purl.org/goodrelations/v1#Cash",
"http://purl.org/goodrelations/v1#PaymentMethodCreditCard"
],
"ageRestriction": {
"@type": "QuantitativeValue",
"name": "Adult (off-peak)",
"maxValue": 59,
"minValue": 18
},
"allowCustomerCancellationFullRefund": true,
"latestCancellationBeforeStartDate": "P1D",
"openBookingFlowRequirement": [
"https://openactive.io/OpenBookingApproval"
],
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP",
"validFromBeforeStartDate": "P11DT2H40M"
}
],
"organizer": {
"@type": "Organization",
"@id": "https://localhost:5001/api/identifiers/sellers/1",
"name": "Acme Fitness Ltd",
"isOpenBookingAllowed": true,
"sameAs": [
"https://socialmedia.com/AcmeFitnessLtd"
],
"taxMode": "https://openactive.io/TaxGross",
"telephone": "02732 894058",
"termsOfService": [
{
"@type": "PrivacyPolicy",
"name": "Privacy Policy",
"requiresExplicitConsent": false,
"url": "https://example.com/privacy.html"
}
],
"url": "http://maxine.biz"
},
"url": "https://www.example.com/sessions/1648"
},
"duration": "PT2H22M",
"maximumAttendeeCapacity": 38,
"remainingAttendeeCapacity": 37
}
}
eventStatus
is missing from ScheduledSession
.leader
is missing from ScheduledSession
.url
is missing from ScheduledSession
.ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.description
is missing from SessionSeries
.image
is missing from SessionSeries
.ageRange
is missing from SessionSeries
.genderRestriction
is missing from SessionSeries
.leader
is missing from SessionSeries
.level
is missing from SessionSeries
.SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.genderRestriction
is supplied on a ScheduledSession
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.genderRestriction
is supplied on a SessionSeries
.ageRange
is 18+ when not specified.eventStatus
is scheduled if not specified or invalid.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.POST http://localhost:3000/order-listeners/orders/primary/e69bd268-325e-4ef4-a428-aa737623e571
{}
Response status code: 200 OK. Responded in 2.818017ms.
{
"headers": {
"Accept": "application/json, application/vnd.openactive.booking+json; version=1",
"Cache-Control": "max-age=0",
"Authorization": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjcsImV4cCI6MTczMDQ4Nzk2NywiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwianRpIjoiNjU1NkE0MjcxODg5MTdBRjM2MDZGQzA2NEYyMDVGNTkiLCJpYXQiOjE3MzA0ODQzNjcsInNjb3BlIjpbIm9wZW5hY3RpdmUtb3JkZXJzZmVlZCJdfQ.c1j_cpIU9sS0fExMcTiNayB9UNs8POZdy-g163G3piKF5zcsGPeRMd1L3cAjCdfzdHDM6nrRdRcSuo1UjnsUhNGE7DhEJWdeeWT0in4q6ZIS0VanC48jF3Jpct9HqYio2GmY8hnkdFZVcULCVlh03OSKxssfMU3nQtk1ORKNpafURenEpTP4AV_PEh79RgnSwW6EA56OzL_MPZgO2eL6b4Gkq4MwxojYW1J201ESFci1b6YX28HQgADOccDn6L4S7kL3UmTjKl2yAn22QjscbrKlyWv8c7aXVzgWhjqSZtPrSGwJMvyZxDlfKecUePvTBET6Lvh2Q7mA5jZ9Qt8ukA"
},
"startingFeedPage": "https://localhost:5001/api/openbooking/orders-rpde?afterTimestamp=638660816282600611&afterId=5fd19aba-fca7-4aec-a91a-372a6bcdb8a6",
"message": "Listening for UUID: 'e69bd268-325e-4ef4-a428-aa737623e571' in feed: orders, for Booking Partner: primary from startingFeedPage using headers"
}
PATCH https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "Order",
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"orderItemStatus": "https://openactive.io/CustomerCancelled"
}
]
}
Response status code: 204 No Content. Responded in 15.607326ms.
PATCH https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "Order",
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"orderItemStatus": "https://openactive.io/CustomerCancelled"
}
]
}
Response status code: 204 No Content. Responded in 13.607999ms.
GET http://localhost:3000/order-listeners/orders/primary/e69bd268-325e-4ef4-a428-aa737623e571
Response status code: 200 OK. Responded in 2125.176565ms.
{
"state": "updated",
"kind": "Order",
"id": "e69bd268-325e-4ef4-a428-aa737623e571",
"modified": "638660816352188651",
"data": {
"@context": "https://openactive.io/",
"@type": "Order",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571",
"identifier": "e69bd268-325e-4ef4-a428-aa737623e571",
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"acceptedOffer": {
"@type": "Offer",
"@id": "https://localhost:5001/api/identifiers/session-series/1648#/offers/0",
"price": 0,
"priceCurrency": "GBP"
},
"accessChannel": {
"@type": "VirtualLocation",
"name": "Zoom Video Chat",
"description": "Please log into Zoom a few minutes before the event",
"accessCode": "6853592977",
"accessId": "9778675622",
"url": "https://marcella.name/"
},
"orderedItem": "https://localhost:5001/api/identifiers/scheduled-sessions/1648/events/16476",
"orderItemStatus": "https://openactive.io/CustomerCancelled"
}
],
"totalPaymentDue": {
"@type": "PriceSpecification",
"openBookingPrepayment": "https://openactive.io/Unavailable",
"price": 0,
"priceCurrency": "GBP"
}
}
}
accessCode
is missing from OrderItem
.accessPass
is missing from OrderItem
.name
is missing from Offer
.ageRestriction
is missing from Offer
.allowCustomerCancellationFullRefund
is missing from Offer
.⚠️ $.eventStatus: Recommended property eventStatus
is missing from ScheduledSession
.
⚠️ $.leader: Recommended property leader
is missing from ScheduledSession
.
⚠️ $.url: Recommended property url
is missing from ScheduledSession
.
⚠️ $.isAccessibleForFree: Where a ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
⚠️ $.superEvent.description: Recommended property description
is missing from SessionSeries
.
⚠️ $.superEvent.image: Recommended property image
is missing from SessionSeries
.
⚠️ $.superEvent.ageRange: Recommended property ageRange
is missing from SessionSeries
.
⚠️ $.superEvent.genderRestriction: Recommended property genderRestriction
is missing from SessionSeries
.
⚠️ $.superEvent.leader: Recommended property leader
is missing from SessionSeries
.
⚠️ $.superEvent.level: Recommended property level
is missing from SessionSeries
.
⚠️ $.superEvent.isAccessibleForFree: Where a SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
📝 $.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a ScheduledSession
.
📝 $.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
📝 $.superEvent.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a SessionSeries
.
📝 $.superEvent.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.superEvent.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
❔ $.superEvent.offers[0].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[1].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[2].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[3].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
⚠️ $.eventStatus: Recommended property eventStatus
is missing from ScheduledSession
.
⚠️ $.leader: Recommended property leader
is missing from ScheduledSession
.
⚠️ $.url: Recommended property url
is missing from ScheduledSession
.
⚠️ $.isAccessibleForFree: Where a ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
⚠️ $.superEvent.description: Recommended property description
is missing from SessionSeries
.
⚠️ $.superEvent.image: Recommended property image
is missing from SessionSeries
.
⚠️ $.superEvent.ageRange: Recommended property ageRange
is missing from SessionSeries
.
⚠️ $.superEvent.genderRestriction: Recommended property genderRestriction
is missing from SessionSeries
.
⚠️ $.superEvent.leader: Recommended property leader
is missing from SessionSeries
.
⚠️ $.superEvent.level: Recommended property level
is missing from SessionSeries
.
⚠️ $.superEvent.isAccessibleForFree: Where a SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
📝 $.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a ScheduledSession
.
📝 $.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
📝 $.superEvent.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a SessionSeries
.
📝 $.superEvent.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.superEvent.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
❔ $.superEvent.offers[0].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[1].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[2].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[3].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
POST http://localhost:3000/order-listeners/orders/primary/e69bd268-325e-4ef4-a428-aa737623e571
{}
Response status code: 200 OK. Responded in 2.818017ms.
{
"headers": {
"Accept": "application/json, application/vnd.openactive.booking+json; version=1",
"Cache-Control": "max-age=0",
"Authorization": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjcsImV4cCI6MTczMDQ4Nzk2NywiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwianRpIjoiNjU1NkE0MjcxODg5MTdBRjM2MDZGQzA2NEYyMDVGNTkiLCJpYXQiOjE3MzA0ODQzNjcsInNjb3BlIjpbIm9wZW5hY3RpdmUtb3JkZXJzZmVlZCJdfQ.c1j_cpIU9sS0fExMcTiNayB9UNs8POZdy-g163G3piKF5zcsGPeRMd1L3cAjCdfzdHDM6nrRdRcSuo1UjnsUhNGE7DhEJWdeeWT0in4q6ZIS0VanC48jF3Jpct9HqYio2GmY8hnkdFZVcULCVlh03OSKxssfMU3nQtk1ORKNpafURenEpTP4AV_PEh79RgnSwW6EA56OzL_MPZgO2eL6b4Gkq4MwxojYW1J201ESFci1b6YX28HQgADOccDn6L4S7kL3UmTjKl2yAn22QjscbrKlyWv8c7aXVzgWhjqSZtPrSGwJMvyZxDlfKecUePvTBET6Lvh2Q7mA5jZ9Qt8ukA"
},
"startingFeedPage": "https://localhost:5001/api/openbooking/orders-rpde?afterTimestamp=638660816282600611&afterId=5fd19aba-fca7-4aec-a91a-372a6bcdb8a6",
"message": "Listening for UUID: 'e69bd268-325e-4ef4-a428-aa737623e571' in feed: orders, for Booking Partner: primary from startingFeedPage using headers"
}
PATCH https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "Order",
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"orderItemStatus": "https://openactive.io/CustomerCancelled"
}
]
}
Response status code: 204 No Content. Responded in 15.607326ms.
PATCH https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571
"application/vnd.openactive.booking+json; version=1"
"Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwNEY3QjkxREUzQjk0NzhDNjE4MzNGQjI0QUE1Q0RCIiwidHlwIjoiYXQrand0In0.eyJuYmYiOjE3MzA0ODQzNjgsImV4cCI6MTczMDQ4Nzk2OCwiaXNzIjoiaHR0cHM6Ly9sb2NhbGhvc3Q6NTAwMyIsImF1ZCI6Im9wZW5ib29raW5nIiwiY2xpZW50X2lkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwiaHR0cHM6Ly9vcGVuYWN0aXZlLmlvL2NsaWVudElkIjoiYTNlOWJhYzUtMzZjMy00NDE1LTlmYTUtZDI5NzEzZjU0MDYzIiwic3ViIjoiMTAwIiwiYXV0aF90aW1lIjoxNzMwNDg0MzY4LCJpZHAiOiJsb2NhbCIsImh0dHBzOi8vb3BlbmFjdGl2ZS5pby9zZWxsZXJJZCI6Imh0dHBzOi8vbG9jYWxob3N0OjUwMDEvYXBpL2lkZW50aWZpZXJzL3NlbGxlcnMvMSIsImp0aSI6IjEyRUE3Q0FCODRGQ0U0QUY1OUU0REYwQkQ4QTJGNUY5Iiwic2lkIjoiN0VDMjJEREZENzI2OUE4NTU1NzUxOUE2QzdBMzhBNDEiLCJpYXQiOjE3MzA0ODQzNjgsInNjb3BlIjpbIm9wZW5pZCIsIm9wZW5hY3RpdmUtb3BlbmJvb2tpbmciLCJvcGVuYWN0aXZlLWlkZW50aXR5Iiwib2ZmbGluZV9hY2Nlc3MiXSwiYW1yIjpbInB3ZCJdfQ.MpMohAC0lZdKYohIOZYUCMNMOA_qVn4pc2g-lbF2GlnLBXbjj4uymjGZG1iCU099-7HNN2RBA4jn99LKSEkAxZg9_5zcZwwrmEhxQHJ66B0G4dFMs0gmBWlzSYjA0_wO3mNMsqrt-71VF_9OBKuxeq9rYh06x5wURfH3dtP_BsecCLqpGG29xwpA83VkQ6K9Bn4IQMVofBEeazTUv99OENHQHwZY15SGlMf5vWStvWfpFimkveCePQh78j6SM096r6NgyUn2uvleL4ApWyuAIjZpQvanhwbbNtXmQYKdq0GUPBh0BkNTFxpTqPUOF9SaSgGRx02X6826LDzOaD62Sg"
{
"@context": "https://openactive.io/",
"@type": "Order",
"orderedItem": [
{
"@type": "OrderItem",
"@id": "https://localhost:5001/api/openbooking/orders/e69bd268-325e-4ef4-a428-aa737623e571#/orderedItems/412",
"orderItemStatus": "https://openactive.io/CustomerCancelled"
}
]
}
Response status code: 204 No Content. Responded in 13.607999ms.
⚠️ $.eventStatus: Recommended property eventStatus
is missing from ScheduledSession
.
⚠️ $.leader: Recommended property leader
is missing from ScheduledSession
.
⚠️ $.url: Recommended property url
is missing from ScheduledSession
.
⚠️ $.isAccessibleForFree: Where a ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
⚠️ $.superEvent.description: Recommended property description
is missing from SessionSeries
.
⚠️ $.superEvent.image: Recommended property image
is missing from SessionSeries
.
⚠️ $.superEvent.ageRange: Recommended property ageRange
is missing from SessionSeries
.
⚠️ $.superEvent.genderRestriction: Recommended property genderRestriction
is missing from SessionSeries
.
⚠️ $.superEvent.leader: Recommended property leader
is missing from SessionSeries
.
⚠️ $.superEvent.level: Recommended property level
is missing from SessionSeries
.
⚠️ $.superEvent.isAccessibleForFree: Where a SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
📝 $.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a ScheduledSession
.
📝 $.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
📝 $.superEvent.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a SessionSeries
.
📝 $.superEvent.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.superEvent.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
❔ $.superEvent.offers[0].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[1].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[2].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[3].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
⚠️ $.eventStatus: Recommended property eventStatus
is missing from ScheduledSession
.
⚠️ $.leader: Recommended property leader
is missing from ScheduledSession
.
⚠️ $.url: Recommended property url
is missing from ScheduledSession
.
⚠️ $.isAccessibleForFree: Where a ScheduledSession
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
⚠️ $.superEvent.description: Recommended property description
is missing from SessionSeries
.
⚠️ $.superEvent.image: Recommended property image
is missing from SessionSeries
.
⚠️ $.superEvent.ageRange: Recommended property ageRange
is missing from SessionSeries
.
⚠️ $.superEvent.genderRestriction: Recommended property genderRestriction
is missing from SessionSeries
.
⚠️ $.superEvent.leader: Recommended property leader
is missing from SessionSeries
.
⚠️ $.superEvent.level: Recommended property level
is missing from SessionSeries
.
⚠️ $.superEvent.isAccessibleForFree: Where a SessionSeries
has at least one Offer
with price
set to 0
, it should also have a property named isAccessibleForFree
set to true
.
📝 $.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a ScheduledSession
.
📝 $.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
📝 $.superEvent.genderRestriction: Data consumers will assume that there is no gender restriction when no valid genderRestriction
is supplied on a SessionSeries
.
📝 $.superEvent.ageRange: Data consumers will assume that the ageRange
is 18+ when not specified.
📝 $.superEvent.eventStatus: Data consumers will assume the eventStatus
is scheduled if not specified or invalid.
❔ $.superEvent.offers[0].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[1].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[2].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.
❔ $.superEvent.offers[3].ageRestriction.name: schema:name
is declared in schema.org but this validator is not yet capable of checking whether they have the right format or values. You should refer to the schema.org documentation for schema:name for additional guidance.