Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.54 KB

File metadata and controls

47 lines (26 loc) · 1.54 KB

< Return to Overview

Dataset Site (dataset-site)

Discoverable open data

https://www.openactive.io/open-booking-api/EditorsDraft/#endpoints

Coverage Status: complete

See also: .NET Tutorial

Running tests for only this feature

npm start -- --runInBand test/features/core/dataset-site/

'Implemented' tests

This feature is required by the Open Booking API specification, and so must always be set to true by default.json within packages/openactive-integration-tests/config/:

"implementedFeatures": {
  ...
  "dataset-site": true,
  ...
}
Identifier Name Description Prerequisites per Opportunity Type Required Test Interface Actions
dataset-site-jsonld-valid Dataset Site JSON-LD valid Validates the JSON-LD within the dataset site, using the microservice as a caching proxy. If you make changes to the dataset site, you must restart the microservice.

'Not Implemented' tests

Identifier Name Description Prerequisites per Opportunity Type Required Test Interface Actions
feature-required-noop Feature required This feature is required by the specification and must be implemented.