Propertyware · Schema
LeaseContact
Contact of the lease
Property ManagementReal-EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports
Properties
| Name | Type | Description |
|---|---|---|
| company | string | Company where the contact is employed. |
| string | E-mail address. | |
| firstName | string | First name. |
| homePhone | string | Home phone. |
| id | integer | Unique identifier. |
| lastName | string | Last name. |
| mobilePhone | string | Mobile phone. |
| namedOnLease | boolean | Indicates if contact is named on lease. |
| primary | boolean | Indicates if contact is primary contact of the lease. |
| role | string | Role. |
| workPhone | string | Work phone. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "LeaseContact",
"description": "Contact of the lease",
"type": "object",
"properties": {
"company": {
"type": "string",
"description": "Company where the contact is employed."
},
"email": {
"type": "string",
"description": "E-mail address."
},
"firstName": {
"type": "string",
"description": "First name."
},
"homePhone": {
"type": "string",
"description": "Home phone."
},
"id": {
"type": "integer",
"format": "int64",
"description": "Unique identifier."
},
"lastName": {
"type": "string",
"description": "Last name."
},
"mobilePhone": {
"type": "string",
"description": "Mobile phone."
},
"namedOnLease": {
"type": "boolean",
"example": false,
"description": "Indicates if contact is named on lease."
},
"primary": {
"type": "boolean",
"example": false,
"description": "Indicates if contact is primary contact of the lease."
},
"role": {
"type": "string",
"description": "Role."
},
"workPhone": {
"type": "string",
"description": "Work phone."
}
}
}
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/lease-contact"
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.