{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EventOriginatorVO", "description": "Details of the System where the event originated.", "required": [ "person", "system" ], "type": "object", "properties": { "system": { "$ref": "#/components/schemas/SystemVO" }, "person": { "$ref": "#/components/schemas/PersonVO" } } }