security_and_analysis event

APIs.ioEngineeringPlatform

Properties

Name Type Description
changes object
enterprise object
installation object
organization object
repository object
sender object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-security-and-analysis-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-security-and-analysis",
  "title": "security_and_analysis event",
  "type": "object",
  "properties": {
    "changes": {
      "type": "object",
      "properties": {
        "from": {
          "type": "object",
          "properties": {
            "security_and_analysis": {
              "$ref": "#/components/schemas/security-and-analysis"
            }
          }
        }
      }
    },
    "enterprise": {
      "$ref": "#/components/schemas/enterprise-webhooks"
    },
    "installation": {
      "$ref": "#/components/schemas/simple-installation"
    },
    "organization": {
      "$ref": "#/components/schemas/organization-simple-webhooks"
    },
    "repository": {
      "$ref": "#/components/schemas/full-repository"
    },
    "sender": {
      "$ref": "#/components/schemas/simple-user-webhooks"
    }
  },
  "required": [
    "changes",
    "repository"
  ]
}