WSO2 · Schema

The Service Object

Service schema from WSO2 API Manager

API ManagementGatewaysOpen-SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
id string
name string
description string
version string
serviceKey string
serviceUrl string
definitionType string The type of the provided API definition
securityType string The security type of the endpoint
mutualSSLEnabled boolean Whether Mutual SSL is enabled for the endpoint
usage integer Number of usages of the service in APIs
createdTime string
lastUpdatedTime string
md5 string
definitionUrl string
View JSON Schema on GitHub

JSON Schema

service-catalog-api-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/service-catalog-api-service-schema.json",
  "title": "The Service Object",
  "description": "Service schema from WSO2 API Manager",
  "type": "object",
  "required": [
    "name",
    "version",
    "definitionType",
    "serviceUrl"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "01234567-0123-0123-0123-012345678901",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "pattern": "^[^\\*]+$",
      "example": "Pizzashack-Endpoint",
      "maxLength": 255,
      "minLength": 1
    },
    "description": {
      "type": "string",
      "example": "A Catalog Entry that exposes a REST endpoint",
      "maxLength": 1024
    },
    "version": {
      "type": "string",
      "example": "v1",
      "maxLength": 30,
      "minLength": 1
    },
    "serviceKey": {
      "type": "string",
      "example": "Pizzashack-Endpoint-1.0.0",
      "maxLength": 512
    },
    "serviceUrl": {
      "type": "string",
      "example": "http://localhost/pizzashack"
    },
    "definitionType": {
      "type": "string",
      "description": "The type of the provided API definition",
      "example": "OAS3",
      "enum": [
        "OAS2",
        "OAS3",
        "WSDL1",
        "WSDL2",
        "GRAPHQL_SDL",
        "ASYNC_API"
      ]
    },
    "securityType": {
      "type": "string",
      "description": "The security type of the endpoint",
      "example": "BASIC",
      "enum": [
        "BASIC",
        "DIGEST",
        "OAUTH2",
        "X509",
        "API_KEY",
        "NONE"
      ],
      "default": "NONE"
    },
    "mutualSSLEnabled": {
      "type": "boolean",
      "description": "Whether Mutual SSL is enabled for the endpoint",
      "default": false,
      "example": false
    },
    "usage": {
      "type": "integer",
      "description": "Number of usages of the service in APIs",
      "readOnly": true,
      "example": 1
    },
    "createdTime": {
      "type": "string",
      "readOnly": true,
      "example": "2020-02-20T13:57:16.229"
    },
    "lastUpdatedTime": {
      "type": "string",
      "readOnly": true,
      "example": "2020-02-20T13:57:16.229"
    },
    "md5": {
      "type": "string",
      "example": "36583a6a249b410e7fc4f892029709cac09763ddb230e1a829d5f9134d1abd07"
    },
    "definitionUrl": {
      "type": "string",
      "example": "https://petstore.swagger.io/v2/swagger.json"
    }
  }
}

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/service-catalog-api-service"
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.