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