{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PersonVO", "description": "The person associated with the origin of the event.", "required": [ "person_id" ], "type": "object", "properties": { "person_id": { "maxLength": 50, "minLength": 1, "type": "string", "description": "The identifier of the sending person.", "example": "ABBOTSFORD LPO" } } }