Properties
| Name | Type | Description |
|---|---|---|
| template_id | string | _t__TemplateResponse::TEMPLATE_ID |
| title | string | _t__TemplateResponse::TITLE |
| message | string | _t__TemplateResponse::MESSAGE |
| updated_at | integer | _t__TemplateResponse::UPDATED_AT |
| is_embedded | boolean | _t__TemplateResponse::IS_EMBEDDED |
| is_creator | boolean | _t__TemplateResponse::IS_CREATOR |
| can_edit | boolean | _t__TemplateResponse::CAN_EDIT |
| is_locked | boolean | _t__TemplateResponse::IS_LOCKED |
| metadata | object | _t__TemplateResponse::METADATA |
| signer_roles | array | _t__TemplateResponse::SIGNER_ROLES |
| cc_roles | array | _t__TemplateResponse::CC_ROLES |
| documents | array | _t__TemplateResponse::DOCUMENTS |
| custom_fields | array | _t__TemplateResponseCustomField::DESCRIPTION |
| named_form_fields | array | _t__TemplateResponseNamedFormField::DESCRIPTION |
| accounts | array | _t__TemplateResponse::ACCOUNTS |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TemplateResponse",
"title": "TemplateResponse",
"description": "_t__TemplateResponse::DESCRIPTION",
"properties": {
"template_id": {
"description": "_t__TemplateResponse::TEMPLATE_ID",
"type": "string"
},
"title": {
"description": "_t__TemplateResponse::TITLE",
"type": "string"
},
"message": {
"description": "_t__TemplateResponse::MESSAGE",
"type": "string"
},
"updated_at": {
"description": "_t__TemplateResponse::UPDATED_AT",
"type": "integer"
},
"is_embedded": {
"description": "_t__TemplateResponse::IS_EMBEDDED",
"type": "boolean",
"nullable": true
},
"is_creator": {
"description": "_t__TemplateResponse::IS_CREATOR",
"type": "boolean",
"nullable": true
},
"can_edit": {
"description": "_t__TemplateResponse::CAN_EDIT",
"type": "boolean",
"nullable": true
},
"is_locked": {
"description": "_t__TemplateResponse::IS_LOCKED",
"type": "boolean",
"nullable": true
},
"metadata": {
"description": "_t__TemplateResponse::METADATA",
"type": "object"
},
"signer_roles": {
"description": "_t__TemplateResponse::SIGNER_ROLES",
"type": "array",
"items": {
"$ref": "#/components/schemas/TemplateResponseSignerRole"
}
},
"cc_roles": {
"description": "_t__TemplateResponse::CC_ROLES",
"type": "array",
"items": {
"$ref": "#/components/schemas/TemplateResponseCCRole"
}
},
"documents": {
"description": "_t__TemplateResponse::DOCUMENTS",
"type": "array",
"items": {
"$ref": "#/components/schemas/TemplateResponseDocument"
}
},
"custom_fields": {
"description": "_t__TemplateResponseCustomField::DESCRIPTION",
"type": "array",
"items": {
"$ref": "#/components/schemas/TemplateResponseDocumentCustomFieldBase"
},
"nullable": true,
"deprecated": true
},
"named_form_fields": {
"description": "_t__TemplateResponseNamedFormField::DESCRIPTION",
"type": "array",
"items": {
"$ref": "#/components/schemas/TemplateResponseDocumentFormFieldBase"
},
"nullable": true,
"deprecated": true
},
"accounts": {
"description": "_t__TemplateResponse::ACCOUNTS",
"type": "array",
"items": {
"$ref": "#/components/schemas/TemplateResponseAccount"
},
"nullable": true
}
},
"type": "object",
"x-internal": true
}
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/dropbox-templateresponse"
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.