Atlassian · Schema

UpdatedProjectCategory

A project category.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
description string The name of the project category.
id string The ID of the project category.
name string The description of the project category.
self string The URL of the project category.
View JSON Schema on GitHub

JSON Schema

atlassian-updatedprojectcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdatedProjectCategory",
  "title": "UpdatedProjectCategory",
  "additionalProperties": false,
  "description": "A project category.",
  "properties": {
    "description": {
      "description": "The name of the project category.",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "The ID of the project category.",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "The description of the project category.",
      "readOnly": true,
      "type": "string"
    },
    "self": {
      "description": "The URL of the project category.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}