WSO2 · JSON Structure

Publisher Api Max Tps Structure

MaxTps schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

MaxTps is a JSON Structure definition published by WSO2, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

production productionTimeUnit sandbox sandboxTimeUnit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-max-tps-structure.json",
  "name": "MaxTps",
  "description": "MaxTps schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "production": {
      "type": "int64",
      "example": 1000
    },
    "productionTimeUnit": {
      "type": "string",
      "description": "Time unit for the production.",
      "default": "SECOND",
      "enum": [
        "SECOND",
        "MINUTE",
        "HOUR"
      ]
    },
    "sandbox": {
      "type": "int64",
      "example": 1000
    },
    "sandboxTimeUnit": {
      "type": "string",
      "description": "Time unit for the sandbox.",
      "default": "SECOND",
      "enum": [
        "SECOND",
        "MINUTE",
        "HOUR"
      ]
    }
  }
}