Zapier · Schema

AppCategory

Category an app belongs to.

IntegrationiPaaS

Properties

Name Type Description
id integer The unique ID for this Category
title string The title of this Category
slug string The shortened slug for this Category
description string The description of this Categeory
url string The URL for this Category
type_of string The type of this Category
featured_entry_slug stringnull The featured entry for this Category (if present)
role string This Category's role
View JSON Schema on GitHub

JSON Schema

zapier-appcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppCategory",
  "title": "AppCategory",
  "type": "object",
  "description": "Category an app belongs to.",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The unique ID for this Category",
      "example": 100
    },
    "title": {
      "type": "string",
      "description": "The title of this Category",
      "example": "Example Name"
    },
    "slug": {
      "type": "string",
      "description": "The shortened slug for this Category",
      "example": "example-value"
    },
    "description": {
      "type": "string",
      "description": "The description of this Categeory",
      "example": "Example description for this resource."
    },
    "url": {
      "type": "string",
      "description": "The URL for this Category",
      "example": "https://example.com/path/abc123"
    },
    "type_of": {
      "type": "string",
      "description": "The type of this Category",
      "example": "standard"
    },
    "featured_entry_slug": {
      "type": [
        "string",
        "null"
      ],
      "description": "The featured entry for this Category (if present)",
      "example": "example-value"
    },
    "role": {
      "type": "string",
      "description": "This Category's role",
      "example": "example-value"
    }
  },
  "required": [
    "description",
    "featured_entry_slug",
    "id",
    "role",
    "slug",
    "title",
    "type_of",
    "url"
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zapier-appcategory"
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 email required.

A second provider on the same verified email joins the account you already have.