Red Hat · JSON Structure

Red Hat Insights Rule Stats Structure

Type: object Properties: 3
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

RuleStats is a JSON Structure definition published by Red Hat, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

total by_category by_severity

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RuleStats",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "by_category": {
      "type": "object"
    },
    "by_severity": {
      "type": "object"
    }
  }
}