WSO2 · JSON Structure

Governance Api Artifact Compliance Summary For Policy Structure

Summary of compliance of artifacts evaluated against a specific policy.

Type: object Properties: 2
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

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

Properties

compliant nonCompliant

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-for-policy-structure.json",
  "name": "ArtifactComplianceSummaryForPolicy",
  "description": "Summary of compliance of artifacts evaluated against a specific policy.",
  "type": "object",
  "properties": {
    "compliant": {
      "type": "int32",
      "description": "Number of compliant artifacts.",
      "example": 6
    },
    "nonCompliant": {
      "type": "int32",
      "description": "Number of non-compliant artifacts.",
      "example": 4
    }
  }
}