Google Slides · JSON Structure

Google Slides Shadow Structure

Type: object Properties: 5
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

type alignment alpha rotateWithShape propertyState

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Shadow",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "alignment": {
      "type": "string"
    },
    "alpha": {
      "type": "number"
    },
    "rotateWithShape": {
      "type": "boolean"
    },
    "propertyState": {
      "type": "string"
    }
  }
}