GitHub · JSON Structure

Github Repo Invitations Api Security And Analysis Structure

security-and-analysis from GitHub API

Type: object Properties: 3
CodePipelinesPlatformSoftware DevelopmentSource ControlT1

security-and-analysis is a JSON Structure definition published by GitHub, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

advanced_security secret_scanning secret_scanning_push_protection

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-repo-invitations-api-security-and-analysis-structure.json",
  "name": "security-and-analysis",
  "description": "security-and-analysis from GitHub API",
  "type": "object",
  "properties": {
    "advanced_security": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string",
          "enum": [
            "enabled",
            "disabled"
          ]
        }
      }
    },
    "secret_scanning": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string",
          "enum": [
            "enabled",
            "disabled"
          ]
        }
      }
    },
    "secret_scanning_push_protection": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string",
          "enum": [
            "enabled",
            "disabled"
          ]
        }
      }
    }
  }
}