https://ns.adobe.com/xdm/datatypes/chapterDetails
Chapter details information.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | datatypes/chapterdetails.schema.json |
{
"xdm:length": 100,
"xdm:offset": 50,
"xdm:index": 2,
"xdm:isStarted": false,
"xdm:isCompleted": false,
"xdm:timePlayed": 70
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:ID | string |
Optional | Chapter details information (this schema) |
xdm:friendlyName | string |
Optional | Chapter details information (this schema) |
xdm:index | integer |
Optional | Chapter details information (this schema) |
xdm:isCompleted | boolean |
Optional | Chapter details information (this schema) |
xdm:isStarted | boolean |
Optional | Chapter details information (this schema) |
xdm:length | integer |
Optional | Chapter details information (this schema) |
xdm:offset | integer |
Optional | Chapter details information (this schema) |
xdm:timePlayed | integer |
Optional | Chapter details information (this schema) |
* |
any | Additional | this schema allows additional properties |
The auto-generated ID of the chapter.
xdm:ID
- is optional
- type:
string
- defined in this schema
string
The name of the chapter and/or segment.
xdm:friendlyName
- is optional
- type:
string
- defined in this schema
string
The position (index, integer) of the chapter inside the content.
xdm:index
- is optional
- type:
integer
- defined in this schema
integer
Chapter is completed.
xdm:isCompleted
- is optional
- type:
boolean
- defined in this schema
boolean
Chapter is started.
xdm:isStarted
- is optional
- type:
boolean
- defined in this schema
boolean
The length of the chapter, in seconds.
xdm:length
- is optional
- type:
integer
- defined in this schema
integer
The offset of the chapter inside the content (in seconds) from the start.
xdm:offset
- is optional
- type:
integer
- defined in this schema
integer
The time spent on the chapter, in seconds.
xdm:timePlayed
- is optional
- type:
integer
- defined in this schema
integer