Australia Post · Schema

FacilityVO

Facility details

Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking

Properties

Name Type Description
location object
View JSON Schema on GitHub

JSON Schema

delivery-partner-facilityvo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FacilityVO",
  "description": "Facility details",
  "type": "object",
  "properties": {
    "location": {
      "$ref": "#/components/schemas/LocationVO"
    }
  }
}