Atlassian · Schema

AvailableDashboardGadgetsResponse

The list of available gadgets.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
gadgets array The list of available gadgets.
View JSON Schema on GitHub

JSON Schema

atlassian-availabledashboardgadgetsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AvailableDashboardGadgetsResponse",
  "title": "AvailableDashboardGadgetsResponse",
  "additionalProperties": false,
  "description": "The list of available gadgets.",
  "properties": {
    "gadgets": {
      "description": "The list of available gadgets.",
      "items": {
        "$ref": "#/components/schemas/AvailableDashboardGadget"
      },
      "readOnly": true,
      "type": "array"
    }
  },
  "required": [
    "gadgets"
  ],
  "type": "object"
}