Red Hat Satellite · JSON Structure

Red Hat Satellite Content View Structure

Type: object Properties: 25
Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management

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

Properties

id name label description organization_id organization composite rolling auto_publish solve_dependencies import_only generated_for default repository_ids repositories component_ids versions environments activation_keys next_version last_published latest_version latest_version_id created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentView",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "organization_id": {
      "type": "integer"
    },
    "organization": {
      "type": "object"
    },
    "composite": {
      "type": "boolean"
    },
    "rolling": {
      "type": "boolean"
    },
    "auto_publish": {
      "type": "boolean"
    },
    "solve_dependencies": {
      "type": "boolean"
    },
    "import_only": {
      "type": "boolean"
    },
    "generated_for": {
      "type": "['string', 'null']"
    },
    "default": {
      "type": "boolean"
    },
    "repository_ids": {
      "type": "array"
    },
    "repositories": {
      "type": "array"
    },
    "component_ids": {
      "type": "array"
    },
    "versions": {
      "type": "array"
    },
    "environments": {
      "type": "array"
    },
    "activation_keys": {
      "type": "array"
    },
    "next_version": {
      "type": "string"
    },
    "last_published": {
      "type": "['string', 'null']"
    },
    "latest_version": {
      "type": "['string', 'null']"
    },
    "latest_version_id": {
      "type": "['integer', 'null']"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}