{
"$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"
}