{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OrdersByCollectionSubscriptionRequest", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "ORDERS_BY_COLLECTION" ] }, "collectionId": { "$ref": "#/components/schemas/CollectionId" }, "platform": { "$ref": "#/components/schemas/Platform" }, "orderType": { "$ref": "#/components/schemas/OrderType" } }, "required": [ "@type", "collectionId" ] }