TIBCO · Schema

TIBCO Mashery API Service

An API service definition in TIBCO Mashery, representing a managed API with endpoints, authentication, rate limiting, and traffic management configuration.

AnalyticsAPI ManagementCloudEnterprise SoftwareIntegrationMessagingReal-Time Data

Properties

Name Type Description
id string Unique identifier for the API service
name string API service name
description string Description of the API service
version string API service version
qpsLimitOverall integer Overall queries-per-second rate limit for all endpoints
revisionNumber integer Service configuration revision number
robotsPolicy string Robots.txt policy for the service
created string When the service was created
updated string When the service was last updated
endpoints array API endpoints defined within the service
View JSON Schema on GitHub

JSON Schema

tibco-api-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developer.tibco.com/schemas/tibco/api-service.json",
  "title": "TIBCO Mashery API Service",
  "description": "An API service definition in TIBCO Mashery, representing a managed API with endpoints, authentication, rate limiting, and traffic management configuration.",
  "type": "object",
  "required": ["name"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the API service"
    },
    "name": {
      "type": "string",
      "description": "API service name",
      "minLength": 1
    },
    "description": {
      "type": "string",
      "description": "Description of the API service"
    },
    "version": {
      "type": "string",
      "description": "API service version"
    },
    "qpsLimitOverall": {
      "type": "integer",
      "minimum": 0,
      "description": "Overall queries-per-second rate limit for all endpoints"
    },
    "revisionNumber": {
      "type": "integer",
      "minimum": 0,
      "description": "Service configuration revision number"
    },
    "robotsPolicy": {
      "type": "string",
      "description": "Robots.txt policy for the service"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "When the service was created"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "When the service was last updated"
    },
    "endpoints": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/Endpoint"
      },
      "description": "API endpoints defined within the service"
    }
  },
  "$defs": {
    "Endpoint": {
      "type": "object",
      "description": "An API endpoint within a Mashery service, defining the public-facing path, backend system, and security configuration",
      "required": ["name", "requestAuthenticationType", "requestProtocol"],
      "properties": {
        "id": {
          "type": "string",
          "description": "Endpoint unique identifier"
        },
        "name": {
          "type": "string",
          "description": "Endpoint display name"
        },
        "requestAuthenticationType": {
          "type": "string",
          "enum": ["apiKey", "apiKeyAndSecret", "oauth"],
          "description": "Authentication type required for the endpoint"
        },
        "requestProtocol": {
          "type": "string",
          "enum": ["rest", "soap", "xml-rpc"],
          "description": "Request protocol type"
        },
        "requestPathAlias": {
          "type": "string",
          "description": "Public path alias for the endpoint"
        },
        "supportedHttpMethods": {
          "type": "array",
          "items": {
            "type": "string",
            "enum": ["get", "post", "put", "delete", "head", "patch", "options"]
          },
          "description": "HTTP methods supported by this endpoint"
        },
        "trafficManagerDomain": {
          "type": "string",
          "description": "Traffic manager domain routing requests"
        }
      }
    }
  }
}

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/tibco-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.