Atlassian · Schema

NotificationSchemeId

The ID of a notification scheme.

CodeCollaborationPlatformProductivitySoftware Development

Properties

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

JSON Schema

atlassian-notificationschemeid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationSchemeId",
  "title": "NotificationSchemeId",
  "additionalProperties": true,
  "description": "The ID of a notification scheme.",
  "properties": {
    "id": {
      "description": "The ID of a notification scheme.",
      "readOnly": true,
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}