Australia Post · Schema
ServiceActionsVO
Elements relating to the specific Product Service Codes, e.g. Service Codes 81, 82 and 83 are for alcohol and require ID to be presented in some Australian States
Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking
Properties
| Name | Type | Description |
|---|---|---|
| type_id | string | The type of ID presented. Valid types are: Australian Driver License,Red or Orange MyPost card with address, Keypass or other Government-issued Proof of Age card, Australian or international passport, |
| id_available | string | Was ID of the receiver made available at the time of delivery? |
| sight_id | string | Was ID of the receiver sighted by the person making the delivery? |
| over_18 | string | Was the recipient over 18? Relevant where the Service Code on the manifest is one of 81, 82, 83. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ServiceActionsVO",
"description": "Elements relating to the specific Product Service Codes, e.g. Service Codes 81, 82 and 83 are for alcohol and require ID to be presented in some Australian States",
"type": "object",
"properties": {
"type_id": {
"maxLength": 50,
"minLength": 0,
"type": "string",
"description": "The type of ID presented. Valid types are: Australian Driver License,Red or Orange MyPost card with address, Keypass or other Government-issued Proof of Age card, Australian or international passport, Digital iD."
},
"id_available": {
"pattern": "X|N",
"type": "string",
"description": "Was ID of the receiver made available at the time of delivery?",
"example": "X"
},
"sight_id": {
"pattern": "X|N",
"type": "string",
"description": "Was ID of the receiver sighted by the person making the delivery?",
"example": "X"
},
"over_18": {
"pattern": "X|N",
"type": "string",
"description": "Was the recipient over 18? Relevant where the Service Code on the manifest is one of 81, 82, 83.",
"example": "X"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/delivery-partner-serviceactionsvo"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.