Atlassian · Schema

ProjectLandingPageInfo

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
attributes object
boardId integer
boardName string
projectKey string
projectType string
queueCategory string
queueId integer
queueName string
simpleBoard boolean
simplified boolean
url string
View JSON Schema on GitHub

JSON Schema

atlassian-projectlandingpageinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectLandingPageInfo",
  "title": "ProjectLandingPageInfo",
  "additionalProperties": false,
  "properties": {
    "attributes": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "boardId": {
      "format": "int64",
      "type": "integer"
    },
    "boardName": {
      "type": "string"
    },
    "projectKey": {
      "type": "string"
    },
    "projectType": {
      "type": "string"
    },
    "queueCategory": {
      "type": "string"
    },
    "queueId": {
      "format": "int64",
      "type": "integer"
    },
    "queueName": {
      "type": "string"
    },
    "simpleBoard": {
      "type": "boolean"
    },
    "simplified": {
      "type": "boolean"
    },
    "url": {
      "type": "string"
    }
  },
  "type": "object"
}