{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/MarketParticipantsResponse", "title": "MarketParticipantsResponse", "type": "object", "properties": { "participants": { "type": "array", "items": { "$ref": "#/components/schemas/MarketParticipant" } } } }