Properties
| Name | Type | Description |
|---|---|---|
| assetNumberPrefix | string | The prefix used for fixed asset numbers (“FA-” by default) |
| assetNumberSequence | string | The next available sequence number |
| assetStartDate | string | The date depreciation calculations started on registered fixed assets in Xero |
| lastDepreciationDate | string | The last depreciation date |
| defaultGainOnDisposalAccountId | string | Default account that gains are posted to |
| defaultLossOnDisposalAccountId | string | Default account that losses are posted to |
| defaultCapitalGainOnDisposalAccountId | string | Default account that capital gains are posted to |
| optInForTax | boolean | opt in for tax calculation |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Setting",
"title": "Setting",
"required": [
"name"
],
"properties": {
"assetNumberPrefix": {
"type": "string",
"example": "FA-",
"description": "The prefix used for fixed asset numbers (\u201cFA-\u201d by default)"
},
"assetNumberSequence": {
"type": "string",
"example": "0022",
"description": "The next available sequence number"
},
"assetStartDate": {
"type": "string",
"format": "date",
"example": "2015-07-31 00:00:00",
"description": "The date depreciation calculations started on registered fixed assets in Xero"
},
"lastDepreciationDate": {
"type": "string",
"format": "date",
"example": "2015-07-01 00:00:00",
"description": "The last depreciation date"
},
"defaultGainOnDisposalAccountId": {
"type": "string",
"format": "uuid",
"example": "346ddb97-739a-4274-b43b-66aa3218d17c",
"description": "Default account that gains are posted to"
},
"defaultLossOnDisposalAccountId": {
"type": "string",
"format": "uuid",
"example": "1b798541-24e2-4855-9309-c023a0b576f3",
"description": "Default account that losses are posted to"
},
"defaultCapitalGainOnDisposalAccountId": {
"type": "string",
"format": "uuid",
"example": "6d6a0bdb-e118-45d8-a023-2ad617ec1cb7",
"description": "Default account that capital gains are posted to"
},
"optInForTax": {
"type": "boolean",
"description": "opt in for tax calculation",
"example": false
}
},
"type": "object"
}
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-setting"
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.