Secret Scanning Alert Location Created Event

APIs.ioEngineeringPlatform

Properties

Name Type Description
action string
alert object
installation object
location object
organization object
repository object
sender object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-secret-scanning-alert-location-created-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-secret-scanning-alert-location-created",
  "title": "Secret Scanning Alert Location Created Event",
  "type": "object",
  "properties": {
    "action": {
      "type": "string",
      "enum": [
        "created"
      ]
    },
    "alert": {
      "$ref": "#/components/schemas/secret-scanning-alert-webhook"
    },
    "installation": {
      "$ref": "#/components/schemas/simple-installation"
    },
    "location": {
      "$ref": "#/components/schemas/secret-scanning-location"
    },
    "organization": {
      "$ref": "#/components/schemas/organization-simple-webhooks"
    },
    "repository": {
      "$ref": "#/components/schemas/repository-webhooks"
    },
    "sender": {
      "$ref": "#/components/schemas/simple-user-webhooks"
    }
  },
  "required": [
    "location",
    "alert",
    "repository",
    "sender"
  ]
}