{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PeerMerchantSummary", "title": "PeerMerchantSummary", "properties": { "name": { "type": "string", "description": "Merchant Name for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /Views/{ViewId}/peerData</li></ul>", "example": "Netflix" }, "benchmark": { "type": "array", "items": { "$ref": "#/components/schemas/GeographyWithDataArray" } } } }