{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "category", "type": "object", "properties": { "id": { "description": "Unique identifier for the term.", "type": "integer" }, "count": { "description": "Number of published posts for the term.", "type": "integer" }, "description": { "description": "HTML description of the term.", "type": "string" }, "link": { "description": "URL of the term.", "type": "string", "format": "uri" }, "name": { "description": "HTML title for the term.", "type": "string", "required": true }, "slug": { "description": "An alphanumeric identifier for the term unique to its type.", "type": "string" }, "taxonomy": { "description": "Type attribution for the term.", "type": "string", "enum": [ "category" ] }, "parent": { "description": "The parent term ID.", "type": "integer" }, "meta": { "description": "Meta fields.", "type": "object", "properties": [] } }, "x-source": "HTTP OPTIONS https://ionetix.com/wp-json/wp/v2/categories", "x-fetched": "2026-08-23" }