best.mediaserver.lspace.experimental.defs

lspace.mediaserver.best

Documentation

progress object

No description available.

Properties

completed boolean Required

No description available.

durationMs integer Required

No description available.

minimum: 1maximum: 9007199254740991
playbackId string Required

No description available.

maxLength: 36 bytesminLength: 36 bytes
positionMs integer Required

No description available.

minimum: 0maximum: 9007199254740991
sequence integer Required

No description available.

minimum: 0maximum: 9007199254740991
timeline string Required

SHA-256 of the exact media file. Only an equal fingerprint permits automatic resume.

maxLength: 71 bytesminLength: 71 bytes
View 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
    }
  }
}
retraction object

No description available.

Properties

targetEventId string Required

No description available.

maxLength: 36 bytesminLength: 36 bytes
View raw schema
{
  "type": "object",
  "required": [
    "targetEventId"
  ],
  "properties": {
    "targetEventId": {
      "type": "string",
      "maxLength": 36,
      "minLength": 36
    }
  }
}
workId object

No description available.

Properties

namespace string Required

No description available.

value string Required

No description available.

maxLength: 64 bytesminLength: 1 bytes
View raw schema
{
  "type": "object",
  "required": [
    "namespace",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "maxLength": 64,
      "minLength": 1
    },
    "namespace": {
      "enum": [
        "imdb",
        "wikidata",
        "tmdb.movie",
        "tmdb.tv"
      ],
      "type": "string"
    }
  }
}

Lexicon Garden

@