Links

DataDownload

This page describes the DataDownload type.

EARLY RELEASE NOTICE

This class represents a draft that is designed to inform the OpenActive specification work with implementation feedback. IT IS SUBJECT TO CHANGE, as the Dataset API Discovery specification evolves.
This type is derived from https://schema.org/DataDownload, which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.

Properties

Required properties

Property
Expected Type
Description
@type
Text
Must always be present and set to "@type": "DataDownload"
additionalType
URL
A fully qualified reference to the class that is at the root of the items in the RPDE feed.
Example
"additionalType": "https://openactive.io/SessionSeries"
contentUrl
URL
The URL of the RPDE data feed.
Example
"contentUrl": "https://opendata.leisurecloud.live/api/feeds/fusion-lifestyle-fl-live-session-series"
encodingFormat
Text
Must always be present and set to "encodingFormat": "application/vnd.openactive.rpde+json; version=1"
name
Text
The name of the type of feed
Example
"name": "SessionSeries"

Optional properties

Property
Expected Type
Description
identifier
Text
A local non-URI identifier for the resource
Example
"identifier": "ScheduledSession"
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution License (CC-BY V4.0), and code samples are licensed under the MIT License, for anyone to access, use and share; using attribution "OpenActive".
Last modified 6mo ago