Properties
| Name | Type | Description |
|---|---|---|
| uuid | string | The UUID identifier of this App |
| title | string | The title of this App |
| slug | string | The shortened slug identified of this App |
| description | string | The description of this App |
| image | string | A URL to an image representing this App |
| url | string | A URL to an embed with your App and this one |
| links | object | An object whose 'mutual:zap_templates' key is a URL to shared Zap Templates between your App and this one |
| categories | array | A list of Categories associated with this App |
| images | object | An object containing images representing this App of various sizes |
| app_latest | string | Shorthand for referencing the latest version of this App |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "App",
"description": "App (Service).",
"$id": "https://raw.githubusercontent.com/api-evangelist/zapier/refs/heads/main/json-schema/partner-api-app-schema.json",
"type": "object",
"properties": {
"uuid": {
"type": "string",
"format": "uuid",
"description": "The UUID identifier of this App",
"example": "550e8400-e29b-41d4-a716-446655440000"
},
"title": {
"type": "string",
"description": "The title of this App",
"example": "Example Name"
},
"slug": {
"type": "string",
"description": "The shortened slug identified of this App",
"pattern": "^[-a-zA-Z0-9_]+$",
"example": "example-value"
},
"description": {
"type": "string",
"description": "The description of this App",
"example": "Example description for this resource."
},
"image": {
"type": "string",
"format": "uri",
"description": "A URL to an image representing this App",
"example": "https://example.com/path/abc123"
},
"url": {
"type": "string",
"readOnly": true,
"description": "A URL to an embed with your App and this one",
"example": "https://example.com/path/abc123"
},
"links": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"readOnly": true,
"description": "An object whose 'mutual:zap_templates' key is a URL to shared Zap Templates between your App and this one",
"example": {}
},
"categories": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Category"
},
"description": "A list of Categories associated with this App",
"example": [
{}
]
},
"images": {
"type": "object",
"additionalProperties": {},
"description": "An object containing images representing this App of various sizes",
"example": {}
},
"app_latest": {
"type": "string",
"readOnly": true,
"description": "Shorthand for referencing the latest version of this App",
"example": "example-value"
}
},
"required": [
"app_latest",
"categories",
"description",
"image",
"images",
"links",
"slug",
"title",
"url",
"uuid"
]
}
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/partner-api-app"
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.