Atlassian · Schema

NotificationSchemeEvent

Details about a notification scheme event.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
event object
notifications array
View JSON Schema on GitHub

JSON Schema

atlassian-notificationschemeevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationSchemeEvent",
  "title": "NotificationSchemeEvent",
  "additionalProperties": false,
  "description": "Details about a notification scheme event.",
  "properties": {
    "event": {
      "$ref": "#/components/schemas/NotificationEvent"
    },
    "notifications": {
      "items": {
        "$ref": "#/components/schemas/EventNotification"
      },
      "type": "array"
    }
  },
  "type": "object"
}