Australia Post · Schema

EventOriginatorVO

Details of the System where the event originated.

Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking

Properties

Name Type Description
system object
person object
View JSON Schema on GitHub

JSON Schema

delivery-partner-eventoriginatorvo.json Raw ↑
{
  "$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"
    }
  }
}