Innago · Schema
Property
A real estate property managed within the Innago platform
Property ManagementReal-EstateLeasesRent CollectionMaintenanceTenantsInvoicingPayments
Properties
| Name | Type | Description |
|---|---|---|
| propertyUid | string | Unique property identifier |
| name | string | Property name |
| description | string | Basic property details |
| numberOfUnits | integer | Total number of units in the property |
| availableUnits | integer | Number of vacant units |
| totalTenants | integer | Total tenant count across property |
| numberOfOpenMainatainanceRequests | integer | Count of open maintenance requests |
| propertyType | string | Type classification of the property |
| isArchived | boolean | Whether the property has been archived |
| address | object | |
| entityType | string | Entity classification |
| propertyOwnerUid | string | Owner identifier |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api-my.innago.com/openapi/schemas/property",
"title": "Property",
"description": "A real estate property managed within the Innago platform",
"type": "object",
"properties": {
"propertyUid": {
"type": "string",
"format": "uuid",
"description": "Unique property identifier"
},
"name": {
"type": "string",
"description": "Property name"
},
"description": {
"type": "string",
"description": "Basic property details"
},
"numberOfUnits": {
"type": "integer",
"description": "Total number of units in the property"
},
"availableUnits": {
"type": "integer",
"description": "Number of vacant units"
},
"totalTenants": {
"type": "integer",
"description": "Total tenant count across property"
},
"numberOfOpenMainatainanceRequests": {
"type": "integer",
"description": "Count of open maintenance requests"
},
"propertyType": {
"type": "string",
"description": "Type classification of the property"
},
"isArchived": {
"type": "boolean",
"description": "Whether the property has been archived"
},
"address": {
"$ref": "#/definitions/Address"
},
"entityType": {
"type": "string",
"description": "Entity classification"
},
"propertyOwnerUid": {
"type": "string",
"format": "uuid",
"description": "Owner identifier"
}
},
"definitions": {
"Address": {
"type": "object",
"properties": {
"addressLine1": { "type": "string" },
"addressLine2": { "type": "string" },
"country": { "type": "string" },
"state": { "type": "string" },
"stateShortName": { "type": "string" },
"city": { "type": "string" },
"zipcode": { "type": "string" },
"latitude": { "type": "number", "format": "double" },
"longitude": { "type": "number", "format": "double" }
}
}
}
}
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/property"
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.