Atlassian · Schema

SoftwareNavigationInfo

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
boardId integer
boardName string
simpleBoard boolean
totalBoardsInProject integer
View JSON Schema on GitHub

JSON Schema

atlassian-softwarenavigationinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SoftwareNavigationInfo",
  "title": "SoftwareNavigationInfo",
  "properties": {
    "boardId": {
      "format": "int64",
      "type": "integer"
    },
    "boardName": {
      "type": "string"
    },
    "simpleBoard": {
      "type": "boolean"
    },
    "totalBoardsInProject": {
      "format": "int64",
      "type": "integer"
    }
  },
  "type": "object"
}