No description available.
Properties
completed
boolean
Required
No description available.
durationMs
integer
Required
No description available.
minimum: 1maximum: 9007199254740991playbackId
string
Required
No description available.
maxLength: 36 bytesminLength: 36 bytespositionMs
integer
Required
No description available.
minimum: 0maximum: 9007199254740991sequence
integer
Required
No description available.
minimum: 0maximum: 9007199254740991subject
array
of reflex:best.mediaserver.lspace.experimental.defs#workId
Required
No description available.
maxLength: 16 itemsminLength: 1 itemstimeline
string
Required
SHA-256 of the exact media file. Only an equal fingerprint permits automatic resume.
maxLength: 71 bytesminLength: 71 bytesView raw schema
{
"type": "object",
"required": [
"playbackId",
"sequence",
"subject",
"timeline",
"positionMs",
"durationMs",
"completed"
],
"properties": {
"subject": {
"type": "array",
"items": {
"ref": "lex:best.mediaserver.lspace.experimental.defs#workId",
"type": "ref"
},
"maxLength": 16,
"minLength": 1
},
"sequence": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0
},
"timeline": {
"type": "string",
"maxLength": 71,
"minLength": 71,
"description": "SHA-256 of the exact media file. Only an equal fingerprint permits automatic resume."
},
"completed": {
"type": "boolean"
},
"durationMs": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1
},
"playbackId": {
"type": "string",
"maxLength": 36,
"minLength": 36
},
"positionMs": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 0
}
}
}