An additional unique identifier for the category. Read-Only.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/category_uuid", "title": "Category UUID", "type": "string", "description": "An additional unique identifier for the category. Read-Only.", "format": "uuid", "readOnly": true, "example": "d1964756-5e1d-4c72-9fa0-e1a3f7be4a34" }