Propertyware · Schema

SaveAddress

Address.

Property ManagementReal-EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
address string Primary street and/or unit address. Required only if country is USA or Canada.
addressCont string Address continuation.
city string City. Required only if Country is United States / Canada.
country string Country. For US addresses, this value should be "United States". For other countries, this should be the full country name (Canada, United Kingdom, ...)
postalCode string Zip. Required only if Country is United States / Canada.
stateRegion string State. Required only if Country is United States / Canada.
View JSON Schema on GitHub

JSON Schema

save-address.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SaveAddress",
  "description": "Address.",
  "type": "object",
  "required": [
    "country"
  ],
  "properties": {
    "address": {
      "type": "string",
      "description": "Primary street and/or unit address. Required only if country is USA or Canada.",
      "minLength": 0,
      "maxLength": 50
    },
    "addressCont": {
      "type": "string",
      "description": "Address continuation.",
      "minLength": 0,
      "maxLength": 20
    },
    "city": {
      "type": "string",
      "description": "City. Required only if Country is United States / Canada.",
      "minLength": 0,
      "maxLength": 30
    },
    "country": {
      "type": "string",
      "description": "Country. For US addresses, this value should be \"United States\". For other countries, this should be the full country name (Canada, United Kingdom, ...)",
      "minLength": 0,
      "maxLength": 30
    },
    "postalCode": {
      "type": "string",
      "description": "Zip. Required only if Country is United States / Canada.",
      "minLength": 0,
      "maxLength": 20
    },
    "stateRegion": {
      "type": "string",
      "description": "State. Required only if Country is United States / Canada.",
      "minLength": 0,
      "maxLength": 20
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/save-address"
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 email required.

A second provider on the same verified email joins the account you already have.