Atlassian · Schema

NotificationSchemeAndProjectMappingJsonBean

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
notificationSchemeId string
projectId string
View JSON Schema on GitHub

JSON Schema

atlassian-notificationschemeandprojectmappingjsonbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationSchemeAndProjectMappingJsonBean",
  "title": "NotificationSchemeAndProjectMappingJsonBean",
  "additionalProperties": false,
  "properties": {
    "notificationSchemeId": {
      "type": "string"
    },
    "projectId": {
      "type": "string"
    }
  },
  "type": "object"
}