Red Hat Satellite · JSON Structure

Red Hat Satellite Organization Structure

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

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

Properties

id name label title description 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": "Organization",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}