Atlassian · Schema

SimpleLink

Details about the operations available in this version.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
href string
iconClass string
id string
label string
styleClass string
title string
weight integer
View JSON Schema on GitHub

JSON Schema

atlassian-simplelink-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimpleLink",
  "title": "SimpleLink",
  "additionalProperties": false,
  "description": "Details about the operations available in this version.",
  "properties": {
    "href": {
      "type": "string"
    },
    "iconClass": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "styleClass": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "weight": {
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object",
  "xml": {
    "name": "link"
  }
}