WSO2 · JSON Structure

Governance Api Artifact Compliance Summary Structure

Summary of compliance of certain artifact in the organization.

Type: object Properties: 5
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

total compliant nonCompliant pending notApplicable

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-artifact-compliance-summary-structure.json",
  "name": "ArtifactComplianceSummary",
  "description": "Summary of compliance of certain artifact in the organization.",
  "type": "object",
  "properties": {
    "total": {
      "type": "int32",
      "description": "Total number of artifacts.",
      "example": 10
    },
    "compliant": {
      "type": "int32",
      "description": "Number of compliant artifacts.",
      "example": 6
    },
    "nonCompliant": {
      "type": "int32",
      "description": "Number of non-compliant artifacts.",
      "example": 4
    },
    "pending": {
      "type": "int32",
      "description": "Number of artifacts pending for compliance.",
      "example": 0
    },
    "notApplicable": {
      "type": "int32",
      "description": "Number of artifacts not applicable for compliance yet.",
      "example": 0
    }
  }
}