Atlassian · Schema

WorkManagementNavigationInfo

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
boardName string
View JSON Schema on GitHub

JSON Schema

atlassian-workmanagementnavigationinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkManagementNavigationInfo",
  "title": "WorkManagementNavigationInfo",
  "properties": {
    "boardName": {
      "type": "string"
    }
  },
  "type": "object"
}