{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrderSubscriptionEvent", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "ORDER" ] }, "value": { "$ref": "#/components/schemas/OrderEvent" } }, "required": [ "@type", "value" ] }