{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/peerDetailCategorySummary", "title": "peerDetailCategorySummary", "properties": { "id": { "type": "string", "description": "Category Id of the category belonging to peer for which the response is returned

Endpoints -", "example": "35" }, "name": { "type": "string", "description": "Category Name for which the response is returned

Endpoints -", "example": "Utilities" }, "benchmark": { "type": "array", "items": { "$ref": "#/components/schemas/GeographyWithDataArray" } } } }