Google Docs · Schema

EmbeddedObjectBorder

A border around an EmbeddedObject.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
dashStyle string
propertyState string
View JSON Schema on GitHub

JSON Schema

google-docs-v1-embedded-object-border-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmbeddedObjectBorder",
  "type": "object",
  "description": "A border around an EmbeddedObject.",
  "properties": {
    "dashStyle": {
      "type": "string"
    },
    "propertyState": {
      "type": "string"
    }
  }
}