WSO2 · JSON Structure

Governance Api Apim Governance Policy List Structure

A list of governance policies.

Type: object Properties: 3
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

count list pagination

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/governance-api-apim-governance-policy-list-structure.json",
  "name": "APIMGovernancePolicyList",
  "description": "A list of governance policies.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Number of governance policies returned.",
      "example": 10
    },
    "list": {
      "type": "array",
      "description": "List of governance policies.",
      "items": {
        "$ref": "#/components/schemas/APIMGovernancePolicy"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}