WSO2 · JSON Structure

Governance Api Policy Adherence Summary Structure

Summary of governance policy adherence in the organization.

Type: object Properties: 4
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

PolicyAdherenceSummary 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

total followed violated unApplied

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-policy-adherence-summary-structure.json",
  "name": "PolicyAdherenceSummary",
  "description": "Summary of governance policy adherence in the organization.",
  "type": "object",
  "properties": {
    "total": {
      "type": "int32",
      "description": "Total number of policies.",
      "example": 10
    },
    "followed": {
      "type": "int32",
      "description": "Number of policies followed to.",
      "example": 6
    },
    "violated": {
      "type": "int32",
      "description": "Number of policies violated.",
      "example": 4
    },
    "unApplied": {
      "type": "int32",
      "description": "Number of policies unApplied.",
      "example": 0
    }
  }
}