Google Slides · JSON Structure

Google Slides Range Structure

Type: object Properties: 3
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

startIndex endIndex type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Range",
  "type": "object",
  "properties": {
    "startIndex": {
      "type": "integer"
    },
    "endIndex": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    }
  }
}