Google Slides · Schema

Dimension

A magnitude in a single direction in the specified units.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
magnitude number The magnitude.
unit string The units for the magnitude.
View JSON Schema on GitHub

JSON Schema

google-slides-dimension-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Dimension",
  "type": "object",
  "description": "A magnitude in a single direction in the specified units.",
  "properties": {
    "magnitude": {
      "type": "number",
      "description": "The magnitude."
    },
    "unit": {
      "type": "string",
      "description": "The units for the magnitude."
    }
  }
}