Google Docs · Schema

Dimension

A magnitude in a single direction in the specified units.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

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

JSON Schema

google-docs-v1-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 magnitude."
    }
  }
}