GitHub · JSON Structure

Github Setup Enterprise Settings Structure

enterprise-settings from GitHub API

Type: object Properties: 2
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

enterprise-settings 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

enterprise run_list

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-setup-enterprise-settings-structure.json",
  "name": "enterprise-settings",
  "description": "enterprise-settings from GitHub API",
  "type": "object",
  "properties": {
    "enterprise": {
      "type": "object",
      "properties": {
        "private_mode": {
          "type": "boolean"
        },
        "public_pages": {
          "type": "boolean"
        },
        "subdomain_isolation": {
          "type": "boolean"
        },
        "signup_enabled": {
          "type": "boolean"
        },
        "github_hostname": {
          "type": "string"
        },
        "identicons_host": {
          "type": "string"
        },
        "http_proxy": {
          "nullable": true,
          "type": "string"
        },
        "auth_mode": {
          "type": "string"
        },
        "expire_sessions": {
          "type": "boolean"
        },
        "admin_password": {
          "nullable": true,
          "type": "string"
        },
        "configuration_id": {
          "type": "int32"
        },
        "configuration_run_count": {
          "type": "int32"
        },
        "avatar": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "uri": {
              "type": "string"
            }
          }
        },
        "customer": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string"
            },
            "email": {
              "type": "string"
            },
            "uuid": {
              "type": "string"
            },
            "secret_key_data": {
              "type": "string"
            },
            "public_key_data": {
              "type": "string"
            }
          }
        },
        "license": {
          "type": "object",
          "properties": {
            "seats": {
              "type": "int32"
            },
            "evaluation": {
              "type": "boolean"
            },
            "perpetual": {
              "type": "boolean"
            },
            "unlimited_seating": {
              "type": "boolean"
            },
            "support_key": {
              "type": "string"
            },
            "ssh_allowed": {
              "type": "boolean"
            },
            "cluster_support": {
              "type": "boolean"
            },
            "expire_at": {
              "type": "string"
            }
          }
        },
        "github_ssl": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "cert": {
              "nullable": true,
              "type": "string"
            },
            "key": {
              "nullable": true,
              "type": "string"
            }
          }
        },
        "ldap": {
          "type": "object",
          "properties": {
            "host": {
              "nullable": true,
              "type": "string"
            },
            "port": {
              "type": "int32"
            },
            "base": {
              "type": "array",
              "items": {}
            },
            "uid": {
              "nullable": true,
              "type": "string"
            },
            "bind_dn": {
              "nullable": true,
              "type": "string"
            },
            "password": {
              "nullable": true,
              "type": "string"
            },
            "method": {
              "type": "string"
            },
            "search_strategy": {
              "type": "string"
            },
            "user_groups": {
              "type": "array",
              "items": {}
            },
            "admin_group": {
              "nullable": true,
              "type": "string"
            },
            "virtual_attribute_enabled": {
              "type": "boolean"
            },
            "recursive_group_search": {
              "type": "boolean"
            },
            "posix_support": {
              "type": "boolean"
            },
            "user_sync_emails": {
              "type": "boolean"
            },
            "user_sync_keys": {
              "type": "boolean"
            },
            "user_sync_interval": {
              "type": "int32"
            },
            "team_sync_interval": {
              "type": "int32"
            },
            "sync_enabled": {
              "type": "boolean"
            },
            "reconciliation": {
              "type": "object",
              "properties": {
                "user": {
                  "nullable": true,
                  "type": "string"
                },
                "org": {
                  "nullable": true,
                  "type": "string"
                }
              }
            },
            "profile": {
              "type": "object",
              "properties": {
                "uid": {
                  "type": "string"
                },
                "name": {
                  "nullable": true,
                  "type": "string"
                },
                "mail": {
                  "nullable": true,
                  "type": "string"
                },
                "key": {
                  "nullable": true,
                  "type": "string"
                }
              }
            }
          }
        },
        "cas": {
          "type": "object",
          "properties": {
            "url": {
              "nullable": true,
              "type": "string"
            }
          }
        },
        "saml": {
          "type": "object",
          "properties": {
            "sso_url": {
              "nullable": true,
              "type": "string"
            },
            "certificate": {
              "nullable": true,
              "type": "string"
            },
            "certificate_path": {
              "nullable": true,
              "type": "string"
            },
            "issuer": {
              "nullable": true,
              "type": "string"
            },
            "idp_initiated_sso": {
              "type": "boolean"
            },
            "disable_admin_demote": {
              "type": "boolean"
            }
          }
        },
        "github_oauth": {
          "type": "object",
          "properties": {
            "client_id": {
              "type": "string"
            },
            "client_secret": {
              "type": "string"
            },
            "organization_name": {
              "type": "string"
            },
            "organization_team": {
              "type": "string"
            }
          }
        },
        "smtp": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "address": {
              "type": "string"
            },
            "authentication": {
              "type": "string"
            },
            "port": {
              "type": "string"
            },
            "domain": {
              "type": "string"
            },
            "username": {
              "type": "string"
            },
            "user_name": {
              "type": "string"
            },
            "enable_starttls_auto": {
              "type": "boolean"
            },
            "password": {
              "type": "string"
            },
            "discard-to-noreply-address": {
              "type": "boolean"
            },
            "support_address": {
              "type": "string"
            },
            "support_address_type": {
              "type": "string"
            },
            "noreply_address": {
              "type": "string"
            }
          }
        },
        "ntp": {
          "type": "object",
          "properties": {
            "primary_server": {
              "type": "string"
            },
            "secondary_server": {
              "type": "string"
            }
          }
        },
        "timezone": {
          "nullable": true,
          "type": "string"
        },
        "snmp": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "community": {
              "type": "string"
            }
          }
        },
        "syslog": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "server": {
              "nullable": true,
              "type": "string"
            },
            "protocol_name": {
              "type": "string"
            }
          }
        },
        "assets": {
          "nullable": true,
          "type": "string"
        },
        "pages": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            }
          }
        },
        "collectd": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "server": {
              "nullable": true,
              "type": "string"
            },
            "port": {
              "type": "int32"
            },
            "encryption": {
              "nullable": true,
              "type": "string"
            },
            "username": {
              "nullable": true,
              "type": "string"
            },
            "password": {
              "nullable": true,
              "type": "string"
            }
          }
        },
        "mapping": {
          "type": "object",
          "properties": {
            "enabled": {
              "type": "boolean"
            },
            "tileserver": {
              "nullable": true,
              "type": "string"
            },
            "basemap": {
              "type": "string"
            },
            "token": {
              "nullable": true,
              "type": "string"
            }
          }
        },
        "load_balancer": {
          "nullable": true,
          "type": "string"
        }
      }
    },
    "run_list": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/github-setup-enterprise-settings-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.