Atlassian · Schema

Application

The application the linked item is in.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
name string The name of the application. Used in conjunction with the (remote) object icon title to display a tooltip for the link's icon. The tooltip takes the format "\[application name\] icon title". Blank ite
type string The name-spaced type of the application, used by registered rendering apps.
View JSON Schema on GitHub

JSON Schema

atlassian-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Application",
  "title": "Application",
  "additionalProperties": true,
  "description": "The application the linked item is in.",
  "properties": {
    "name": {
      "description": "The name of the application. Used in conjunction with the (remote) object icon title to display a tooltip for the link's icon. The tooltip takes the format \"\\[application name\\] icon title\". Blank items are excluded from the tooltip title. If both items are blank, the icon tooltop displays as \"Web Link\". Grouping and sorting of links may place links without an application name last.",
      "type": "string"
    },
    "type": {
      "description": "The name-spaced type of the application, used by registered rendering apps.",
      "type": "string"
    }
  },
  "type": "object"
}