Google Slides · JSON Structure

Google Slides Video Properties Structure

Type: object Properties: 4
CollaborationGoogle WorkspacePresentationsProductivitySlides

VideoProperties is a JSON Structure definition published by Google Slides, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

autoPlay start end mute

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VideoProperties",
  "type": "object",
  "properties": {
    "autoPlay": {
      "type": "boolean"
    },
    "start": {
      "type": "integer"
    },
    "end": {
      "type": "integer"
    },
    "mute": {
      "type": "boolean"
    }
  }
}