GitHub · Schema

security-and-analysis

security-and-analysis from GitHub API

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
advanced_security object
secret_scanning object
secret_scanning_push_protection object
View JSON Schema on GitHub

JSON Schema

github-repo-invitations-api-security-and-analysis-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-repo-invitations-api-security-and-analysis-schema.json",
  "title": "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"
          ]
        }
      }
    }
  }
}