honeycomb · Schema

RecipientRef

Properties

Name Type Description
id string The ID of the recipient to notify.
View JSON Schema on GitHub

JSON Schema

honeycomb-recipientref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecipientRef",
  "title": "RecipientRef",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the recipient to notify."
    }
  }
}