{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OlapCollectionStatsTopOfferChangeEvent", "type": "object", "required": [ "@type", "data" ], "properties": { "data": { "$ref": "#/components/schemas/OlapCollectionStatsTopOfferChangeData" }, "@type": { "type": "string", "enum": [ "TOP_OFFER_CHANGE" ] } } }