Jira · Schema

ProjectCategory

A project category.

AgileIssue TrackingITSMProject ManagementService Management

Properties

Name Type Description
self string
id string
name string
description string
View JSON Schema on GitHub

JSON Schema

jira-cloud-platform-rest-project-category-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProjectCategory",
  "type": "object",
  "description": "A project category.",
  "properties": {
    "self": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}