Atlassian · Schema

UpdateDefaultProjectClassificationBean

The request for updating the default project classification level.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
id string The ID of the project classification.
View JSON Schema on GitHub

JSON Schema

atlassian-updatedefaultprojectclassificationbean-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateDefaultProjectClassificationBean",
  "title": "UpdateDefaultProjectClassificationBean",
  "additionalProperties": false,
  "description": "The request for updating the default project classification level.",
  "properties": {
    "id": {
      "description": "The ID of the project classification.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}