WSO2 · Schema

API Chat request

ApiChatRequest schema from WSO2 API Manager

API ManagementGatewaysOpen-SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
apiChatRequestId string Request UUID
command string User specified testcase to be tested against the API
apiSpec object
response object
View JSON Schema on GitHub

JSON Schema

devportal-api-api-chat-request-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/devportal-api-api-chat-request-schema.json",
  "title": "API Chat request",
  "description": "ApiChatRequest schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "apiChatRequestId": {
      "type": "string",
      "description": "Request UUID\n",
      "example": "faae5fcc-cbae-40c4-bf43-89931630d313"
    },
    "command": {
      "type": "string",
      "description": "User specified testcase to be tested against the API\n",
      "example": "Get pet with id 123"
    },
    "apiSpec": {
      "type": "object",
      "properties": {
        "serviceUrl": {
          "type": "string",
          "description": "Service URL of API if any",
          "example": "https://localhost:8243/pizzashack/1.0.0"
        },
        "tools": {
          "type": "array",
          "description": "Extracted Http tools from the OpenAPI specification",
          "items": {
            "type": "object",
            "example": {
              "name": "GET-order_orderId",
              "description": "Get details of an Order by providing Order Id. This tool invokes a HTTP GET resource",
              "method": "GET",
              "path": "/order/{orderId}",
              "parameters": {
                "orderId": {
                  "location": "path",
                  "description": "Order Id",
                  "required": true,
                  "style": "simple",
                  "explode": false,
                  "schema": {
                    "type": "string",
                    "format": "string"
                  }
                }
              }
            }
          }
        }
      }
    },
    "response": {
      "type": "object",
      "properties": {
        "code": {
          "type": "integer",
          "description": "HTTP status code of the response",
          "example": 201
        },
        "path": {
          "type": "string",
          "description": "HTTP path url with encoded parameters",
          "example": "/order/123"
        },
        "headers": {
          "type": "object",
          "description": "Response headers",
          "example": {
            "contentType": "application/json"
          }
        },
        "body": {
          "type": "object",
          "description": "Response payload",
          "example": {
            "orderId": "300ada62-81bd-4c89-bdfa-983de3cadd77",
            "pizzaType": "Pepperoni",
            "quantity": 2,
            "customerName": "John Doe",
            "creditCardNumber": "1234567890123456",
            "address": "123 Main St",
            "delivered": false
          }
        }
      }
    }
  }
}

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/devportal-api-api-chat-request"
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.