WP Engine · Schema
Template
Report template defining structure and branding for generated reports
WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform
Properties
| Name | Type | Description |
|---|---|---|
| template_uuid | string | Unique identifier for the template |
| template_name | string | Display name of the template |
| description | string | Detailed description of what the template includes |
| company_name | string | Company name displayed on the report |
| brand_colour | string | Brand color used in the report (hex format) |
| logo_url | string | URL to the company logo |
| preview_image_url | string | URL to template preview image |
| sections | array | List of sections included in this template |
| created_at | string | Timestamp when the template was created |
| updated_at | string | Timestamp when the template was last updated |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Template",
"type": "object",
"required": [
"template_uuid",
"template_name"
],
"properties": {
"template_uuid": {
"type": "string",
"format": "uuid",
"example": "123e4567-e89b-12d3-a456-426614174000",
"description": "Unique identifier for the template"
},
"template_name": {
"type": "string",
"maxLength": 100,
"example": "Site Report",
"description": "Display name of the template"
},
"description": {
"type": "string",
"example": "Comprehensive site performance and analytics report",
"description": "Detailed description of what the template includes"
},
"company_name": {
"type": "string",
"example": "WP Engine",
"description": "Company name displayed on the report"
},
"brand_colour": {
"type": "string",
"example": "#0ECAD4",
"description": "Brand color used in the report (hex format)"
},
"logo_url": {
"type": "string",
"format": "uri",
"example": "https://storage.googleapis.com/crs-assets/logos/wpengine-logo.png",
"description": "URL to the company logo"
},
"preview_image_url": {
"type": "string",
"format": "uri",
"example": "https://storage.googleapis.com/crs-assets/previews/site-report-preview.png",
"description": "URL to template preview image"
},
"sections": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "cover"
}
}
},
"example": [
{
"name": "cover"
},
{
"name": "overview"
},
{
"name": "usage"
},
{
"name": "themes"
}
],
"description": "List of sections included in this template"
},
"created_at": {
"type": "string",
"format": "date-time",
"example": "2024-01-15T10:30:00Z",
"description": "Timestamp when the template was created"
},
"updated_at": {
"type": "string",
"format": "date-time",
"example": "2024-03-20T14:45:00Z",
"description": "Timestamp when the template was last updated"
}
},
"description": "Report template defining structure and branding for generated reports"
}
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/template"
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.