Red Hat · JSON Structure

Red Hat Insights Topic Structure

Type: object Properties: 6
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

name slug description tag featured impacted_systems_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Topic",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "tag": {
      "type": "string"
    },
    "featured": {
      "type": "boolean"
    },
    "impacted_systems_count": {
      "type": "integer"
    }
  }
}