Australia Post · Schema
Hour
An Hour object describes a range of date and time-related information for a specific Australia Post outlet or facility.
Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking
Properties
| Name | Type | Description |
|---|---|---|
| end_date | string | The end date of an operating period, when non-standard hours are observed. The date is returned in the format DD/MM/YYYY. For example, "30/06/2016". |
| end_time | string | The time when an outlet or facility closes on a particular day, in the format hh:mm. For example, 23:15. |
| start_date | string | The start date of an operating period, when non-standard hours are observed. The date is returned in the format DD/MM/YYYY. For example, "29/06/2016". |
| start_time | string | The time when an outlet or facility opens on a particular day, in the format hh:mm. For example, 09:00. |
| type | string | The hour type, representing the hours of operation at a location. There are six possible enumerated values: * HOURS: Standard operating hours when a location is open. * LUNCH: The lunchtime period whe |
| weekday | integer | Day of the week, enumerated from Monday (0) to Sunday (6). |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Hour",
"description": "An Hour object describes a range of date and time-related information for a specific Australia Post outlet or facility.",
"properties": {
"end_date": {
"type": "string",
"description": "The end date of an operating period, when non-standard hours are observed. The date is returned in the format DD/MM/YYYY. For example, \"30/06/2016\"."
},
"end_time": {
"type": "string",
"description": "The time when an outlet or facility closes on a particular day, in the format hh:mm. For example, 23:15."
},
"start_date": {
"type": "string",
"description": "The start date of an operating period, when non-standard hours are observed. The date is returned in the format DD/MM/YYYY. For example, \"29/06/2016\"."
},
"start_time": {
"type": "string",
"description": "The time when an outlet or facility opens on a particular day, in the format hh:mm. For example, 09:00."
},
"type": {
"type": "string",
"description": "The hour type, representing the hours of operation at a location. There are six possible enumerated values: \n * HOURS: Standard operating hours when a location is open. \n * LUNCH: The lunchtime period when a location is closed. \n * HATCH: The hours when the parcel pickup customer service counter is open. \n * SPECIAL_HOURS Non-standard operating hours at a location. \n * SPECIAL_CLOSED Non-standard closing times at a location. \n * SPECIAL_LUNCH: A non-standard time when a location is closed for the lunchtime period. \n **Note: ** Times are specific to the location of the point, expressed as local time at that point."
},
"weekday": {
"type": "integer",
"description": "Day of the week, enumerated from Monday (0) to Sunday (6)."
}
}
}
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/locations-hour"
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.