Secret Scanning Alert Location Created Event

APIs.ioEngineeringPlatform

Properties

Name Type Description
payload string A URL-encoded string of the secret_scanning_alert_location.created JSON payload. The decoded payload is a JSON object.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-secret-scanning-alert-location-created-form-encoded-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-secret-scanning-alert-location-created-form-encoded",
  "title": "Secret Scanning Alert Location Created Event",
  "type": "object",
  "properties": {
    "payload": {
      "description": "A URL-encoded string of the secret_scanning_alert_location.created JSON payload. The decoded payload is a JSON object.",
      "type": "string"
    }
  },
  "required": [
    "payload"
  ]
}