Xero · Schema
OpeningBalances
AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
Properties
| Name | Type | Description |
|---|---|---|
| OpeningBalanceDate | string | Opening Balance Date. (YYYY-MM-DD) |
| Tax | string | Opening Balance tax |
| EarningsLines | array | |
| DeductionLines | array | |
| SuperLines | array | |
| ReimbursementLines | array | |
| LeaveLines | array | |
| PaidLeaveEarningsLines | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/OpeningBalances",
"title": "OpeningBalances",
"type": "object",
"properties": {
"OpeningBalanceDate": {
"description": "Opening Balance Date. (YYYY-MM-DD)",
"type": "string",
"x-is-msdate": true,
"example": "/Date(322560000000+0000)/"
},
"Tax": {
"description": "Opening Balance tax",
"type": "string",
"example": "4333d5cd-53a5-4c31-98e5-a8b4e5676b0b"
},
"EarningsLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/EarningsLine"
}
},
"DeductionLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DeductionLine"
}
},
"SuperLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SuperLine"
}
},
"ReimbursementLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ReimbursementLine"
}
},
"LeaveLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/OpeningBalanceLeaveLine"
}
},
"PaidLeaveEarningsLines": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PaidLeaveEarningsLine"
}
}
}
}
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/xero-openingbalances"
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.