{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/category_id", "title": "Category ID", "type": "integer", "description": "Unique ID of the *Category*. Increments sequentially.\nRead-Only.", "readOnly": true, "example": 36 }