Google Docs · Schema
DocumentStyle
The style of the document, influencing the look of the document and any defaults for new content.
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing
Properties
| Name | Type | Description |
|---|---|---|
| defaultHeaderId | string | The ID of the default header. |
| defaultFooterId | string | The ID of the default footer. |
| evenPageHeaderId | string | The ID of the header used for even pages. |
| evenPageFooterId | string | The ID of the footer used for even pages. |
| firstPageHeaderId | string | The ID of the header used for the first page. |
| firstPageFooterId | string | The ID of the footer used for the first page. |
| useFirstPageHeaderFooter | boolean | Whether to use the first page header/footer IDs for the first page of the document. |
| useEvenPageHeaderFooter | boolean | Whether to use the even page header/footer IDs for even pages. |
| pageNumberStart | integer | The page number from which to start counting the number of pages. |
| useCustomHeaderFooterMargins | boolean | Whether to use custom header/footer margins. |
| flipPageOrientation | boolean | Whether to flip the orientation of the page to landscape, which effectively swaps the width and height of the page size. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "DocumentStyle",
"type": "object",
"description": "The style of the document, influencing the look of the document and any defaults for new content.",
"properties": {
"defaultHeaderId": {
"type": "string",
"description": "The ID of the default header."
},
"defaultFooterId": {
"type": "string",
"description": "The ID of the default footer."
},
"evenPageHeaderId": {
"type": "string",
"description": "The ID of the header used for even pages."
},
"evenPageFooterId": {
"type": "string",
"description": "The ID of the footer used for even pages."
},
"firstPageHeaderId": {
"type": "string",
"description": "The ID of the header used for the first page."
},
"firstPageFooterId": {
"type": "string",
"description": "The ID of the footer used for the first page."
},
"useFirstPageHeaderFooter": {
"type": "boolean",
"description": "Whether to use the first page header/footer IDs for the first page of the document."
},
"useEvenPageHeaderFooter": {
"type": "boolean",
"description": "Whether to use the even page header/footer IDs for even pages."
},
"pageNumberStart": {
"type": "integer",
"description": "The page number from which to start counting the number of pages."
},
"useCustomHeaderFooterMargins": {
"type": "boolean",
"description": "Whether to use custom header/footer margins."
},
"flipPageOrientation": {
"type": "boolean",
"description": "Whether to flip the orientation of the page to landscape, which effectively swaps the width and height of the page size."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-docs-v1-document-style"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.