{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CollectionUpdateEvent", "type": "object", "properties": { "@type": { "type": "string", "enum": [ "UPDATE" ] }, "collection": { "$ref": "#/components/schemas/Collection" } }, "required": [ "@type", "collection" ] }