WSO2 · JSON Structure

Admin Api Export Throttle Policy Structure

ExportThrottlePolicy schema from WSO2 API Manager

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Export Throttling Policy 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

type subtype version data

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/admin-api-export-throttle-policy-structure.json",
  "name": "Export Throttling Policy",
  "description": "ExportThrottlePolicy schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "subtype": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "data": {
      "type": "object"
    }
  }
}