Google Docs · JSON Structure

Google Docs V1 Image Properties Structure

Type: object Properties: 6
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

contentUri sourceUri brightness contrast transparency angle

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": {
    "contentUri": {
      "type": "string"
    },
    "sourceUri": {
      "type": "string"
    },
    "brightness": {
      "type": "number"
    },
    "contrast": {
      "type": "number"
    },
    "transparency": {
      "type": "number"
    },
    "angle": {
      "type": "number"
    }
  }
}