Skip to content

Latest commit

 

History

History
96 lines (54 loc) · 2.39 KB

media-timed-chapter-asset-reference.schema.md

File metadata and controls

96 lines (54 loc) · 2.39 KB

Timed Media Chapter Asset Reference Schema

https://ns.adobe.com/xdm/context/media-timed-chapter-asset-reference

Asset information about the chapter captured by the experience event.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Can be instantiated Yes Experimental Yes Forbidden Permitted context/media-timed-chapter-asset-reference.schema.json

Schema Hierarchy

  • Timed Media Chapter Asset Reference https://ns.adobe.com/xdm/context/media-timed-chapter-asset-reference

Timed Media Chapter Asset Reference Example

{
  "@id": "https://data.adobe.io/entities/media-chapter-asset-reference/2144511",
  "dc:title": "Chapter1",
  "xmpDM:duration": 44
}

Timed Media Chapter Asset Reference Properties

Property Type Required Defined by
@id string Optional Timed Media Chapter Asset Reference (this schema)
dc:title string Optional Timed Media Chapter Asset Reference (this schema)
xmpDM:duration integer Optional Timed Media Chapter Asset Reference (this schema)
* any Additional this schema allows additional properties

@id

Chapter Identity

The identity of the chapter.

@id

  • is optional
  • type: string
  • defined in this schema

@id Type

string

  • format: uri – Uniformous Resource Identifier (according to RFC3986)

dc:title

Chapter Name

The friendly name of the chapter and/or segment.

dc:title

  • is optional
  • type: string
  • defined in this schema

dc:title Type

string

xmpDM:duration

Chapter Length/Duration

The length of the chapter, in seconds.

xmpDM:duration

  • is optional
  • type: integer
  • defined in this schema

xmpDM:duration Type

integer