Software AG · Schema

webMethods API

JSON Schema for a Software AG webMethods API Gateway API resource

API ManagementEnterprise IntegrationiPaaSwebMethodsIntegration PlatformAPI Gateway

Properties

Name Type Description
id string Unique identifier for the API in the API Gateway
apiName string Display name of the API
apiVersion string Version string of the API
apiDescription string Human-readable description of the API
type string Protocol type of the API
isActive boolean Whether the API is currently active and available to consumers
tags array Tags for categorizing the API in the Developer Portal
maturityState string Lifecycle maturity state of the API
systemVersion integer Internal system version number
created string Timestamp when the API was created
modified string Timestamp when the API was last modified
gatewayEndpoints array Custom gateway endpoints for the API
View JSON Schema on GitHub

JSON Schema

webmethods-api-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/software-ag/json-schema/webmethods-api-schema.json",
  "title": "webMethods API",
  "description": "JSON Schema for a Software AG webMethods API Gateway API resource",
  "type": "object",
  "required": ["apiName", "type"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the API in the API Gateway"
    },
    "apiName": {
      "type": "string",
      "description": "Display name of the API",
      "minLength": 1,
      "maxLength": 255
    },
    "apiVersion": {
      "type": "string",
      "description": "Version string of the API",
      "default": "1.0"
    },
    "apiDescription": {
      "type": "string",
      "description": "Human-readable description of the API"
    },
    "type": {
      "type": "string",
      "enum": ["REST", "SOAP", "WEBSOCKET", "ODATA"],
      "description": "Protocol type of the API"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the API is currently active and available to consumers"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags for categorizing the API in the Developer Portal"
    },
    "maturityState": {
      "type": "string",
      "enum": ["BETA", "RELEASED", "DEPRECATED"],
      "description": "Lifecycle maturity state of the API"
    },
    "systemVersion": {
      "type": "integer",
      "description": "Internal system version number"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the API was created"
    },
    "modified": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the API was last modified"
    },
    "gatewayEndpoints": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/GatewayEndpoint"
      },
      "description": "Custom gateway endpoints for the API"
    }
  },
  "definitions": {
    "GatewayEndpoint": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Name of the gateway endpoint"
        },
        "url": {
          "type": "string",
          "format": "uri",
          "description": "URL of the gateway endpoint"
        },
        "isDefault": {
          "type": "boolean",
          "description": "Whether this is the default endpoint"
        }
      }
    },
    "Application": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "owner": {
          "type": "string"
        },
        "identifiers": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {"type": "string"},
              "value": {"type": "string"}
            }
          }
        }
      }
    }
  }
}

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