honeycomb · Schema

RecipientUpdateRequest

Properties

Name Type Description
target string An updated target address or identifier for the recipient.
View JSON Schema on GitHub

JSON Schema

honeycomb-recipientupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RecipientUpdateRequest",
  "title": "RecipientUpdateRequest",
  "type": "object",
  "properties": {
    "target": {
      "type": "string",
      "description": "An updated target address or identifier for the recipient."
    }
  }
}