GitHub · JSON Structure

Github Manage Ghes Config Nodes Structure

ghes-config-nodes from GitHub API

Type: object Properties: 2
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

ghes-config-nodes is a JSON Structure definition published by GitHub, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

topology nodes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-manage-ghes-config-nodes-structure.json",
  "name": "ghes-config-nodes",
  "description": "ghes-config-nodes from GitHub API",
  "type": "object",
  "properties": {
    "topology": {
      "$ref": "#/components/schemas/ghes-cluster-topology"
    },
    "nodes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "hostname": {
            "type": "string"
          },
          "uuid": {
            "type": "string"
          },
          "replica": {
            "type": "boolean"
          },
          "cluster_roles": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/ghes-cluster-roles"
            }
          }
        }
      }
    }
  }
}