Red Hat · JSON Structure

Red Hat Insights Rule Structure

Type: object Properties: 12
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

rule_id description active category impact likelihood total_risk risk_of_change has_playbook publish_date systems_affected resolution_set

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Rule",
  "type": "object",
  "properties": {
    "rule_id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "category": {
      "type": "object"
    },
    "impact": {
      "type": "object"
    },
    "likelihood": {
      "type": "integer"
    },
    "total_risk": {
      "type": "integer"
    },
    "risk_of_change": {
      "type": "integer"
    },
    "has_playbook": {
      "type": "boolean"
    },
    "publish_date": {
      "type": "string"
    },
    "systems_affected": {
      "type": "integer"
    },
    "resolution_set": {
      "type": "array"
    }
  }
}