IBM WebSphere · Schema

ComplianceReport

Application ServerCloud-NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
id string
name string
generatedDate string
overallCompliance number Overall compliance percentage
servers array
View JSON Schema on GitHub

JSON Schema

websphere-automation-rest-compliance-report-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ComplianceReport",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "generatedDate": {
      "type": "string"
    },
    "overallCompliance": {
      "type": "number",
      "description": "Overall compliance percentage"
    },
    "servers": {
      "type": "array"
    }
  }
}