Google Slides · JSON Structure

Google Slides Image Properties Structure

Type: object Properties: 3
CollaborationGoogle WorkspacePresentationsProductivitySlides

ImageProperties 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

transparency brightness contrast

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ImageProperties",
  "type": "object",
  "properties": {
    "transparency": {
      "type": "number"
    },
    "brightness": {
      "type": "number"
    },
    "contrast": {
      "type": "number"
    }
  }
}