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