{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PeerDataAtGeo", "title": "PeerDataAtGeo", "properties": { "numberOfPeers": { "type": "integer", "description": "Median number of the peers in the same income range for which the response is returned

Endpoints -", "format": "int64", "example": 1654 }, "spendAmount": { "description": "The median amount spent by the peers in that segment for the specified category or merchant
", "allOf": [ { "$ref": "#/components/schemas/Money" } ] } } }