Australia Post · Schema

Category

This object contains the name of a service category used to group services of a similar type.

Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking

Properties

Name Type Description
description string The URL-encoded equivalent of the name field.
name string The name of the service category to which a service belongs.
View JSON Schema on GitHub

JSON Schema

locations-category.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Category",
  "description": "This object contains the name of a service category used to group services of a similar type.",
  "properties": {
    "description": {
      "type": "string",
      "description": "The URL-encoded equivalent of the name field."
    },
    "name": {
      "type": "string",
      "description": "The name of the service category to which a service belongs."
    }
  }
}