Atlassian · Schema

NotificationSchemeEventTypeId

The ID of an event that is being mapped to notifications.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string The ID of the notification scheme event.
View JSON Schema on GitHub

JSON Schema

atlassian-notificationschemeeventtypeid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationSchemeEventTypeId",
  "title": "NotificationSchemeEventTypeId",
  "additionalProperties": true,
  "description": "The ID of an event that is being mapped to notifications.",
  "properties": {
    "id": {
      "description": "The ID of the notification scheme event.",
      "type": "string",
      "writeOnly": true
    }
  },
  "required": [
    "id"
  ],
  "type": "object",
  "writeOnly": true
}