Google Docs · Schema

CreateDocumentRequest

Request body for creating a new document. Only the title is used.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
title string The title of the document to create.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-create-document-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateDocumentRequest",
  "type": "object",
  "description": "Request body for creating a new document. Only the title is used.",
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of the document to create."
    }
  }
}