Propertyware · Schema

SavePortfolio

Save Portfolio

Property ManagementReal-EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
abbreviation string Abbreviated name assigned to the portfolio.
cashAccrual string Cash or accrual accounting basis.
closingDate string Date when the accounting period for the portfolio will close.
defaultBankAccountID integer Portfolio Default Bank Account ID
defaultSecdepAccountID integer Portfolio Default Security Deposit Bank Account ID
doNotPayOwnerDraw boolean Indicates that the owner should not be paid owner draws.
maintenanceSpendingLimit number Monthly or yearly Maintenance Spending Limit set for the portfolio for maintenance bills created by work orders.
maintenanceSpendingLimitTime string Monthly or Yearly Maintenance Spending Limit Time set for the portfolio for maintenance bills created by work orders.
name string Name of the portfolio.
ownerIds array Portfolio owner Ids
ownerStatementReportID integer Portfolio Owner Statement Report ID
owners array Portfolio owners.
stickyNote string Sticky notes. Maximum 500 characters.
targetOperatingReserve number Minimum balance to be maintained within the portfolio at all times.
View JSON Schema on GitHub

JSON Schema

save-portfolio.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SavePortfolio",
  "description": "Save Portfolio ",
  "type": "object",
  "required": [
    "abbreviation",
    "name"
  ],
  "properties": {
    "abbreviation": {
      "type": "string",
      "description": "Abbreviated name assigned to the portfolio."
    },
    "cashAccrual": {
      "type": "string",
      "description": "Cash or accrual accounting basis.",
      "enum": [
        "COMPANY_DEFAULT",
        "CASH",
        "ACCRUAL"
      ]
    },
    "closingDate": {
      "type": "string",
      "format": "date",
      "description": "Date when the accounting period for the portfolio will close."
    },
    "defaultBankAccountID": {
      "type": "integer",
      "format": "int64",
      "description": "Portfolio Default Bank Account ID"
    },
    "defaultSecdepAccountID": {
      "type": "integer",
      "format": "int64",
      "description": "Portfolio Default Security Deposit Bank Account ID"
    },
    "doNotPayOwnerDraw": {
      "type": "boolean",
      "example": false,
      "description": "Indicates that the owner should not be paid owner draws."
    },
    "maintenanceSpendingLimit": {
      "type": "number",
      "format": "double",
      "description": "Monthly or yearly Maintenance Spending Limit set for the portfolio for maintenance bills created by work orders."
    },
    "maintenanceSpendingLimitTime": {
      "type": "string",
      "description": "Monthly or Yearly Maintenance Spending Limit Time set for the portfolio for maintenance bills created by work orders.",
      "enum": [
        "NO_LIMIT",
        "DOLLAR_PER_MONTH",
        "DOLLAR_PER_YEAR"
      ]
    },
    "name": {
      "type": "string",
      "description": "Name of the portfolio."
    },
    "ownerIds": {
      "type": "array",
      "description": "Portfolio owner Ids",
      "items": {
        "type": "integer",
        "format": "int64"
      }
    },
    "ownerStatementReportID": {
      "type": "integer",
      "format": "int64",
      "description": "Portfolio Owner Statement Report ID"
    },
    "owners": {
      "type": "array",
      "description": "Portfolio owners.",
      "items": {
        "$ref": "#/components/schemas/SaveOwner"
      }
    },
    "stickyNote": {
      "type": "string",
      "description": "Sticky notes. Maximum 500 characters."
    },
    "targetOperatingReserve": {
      "type": "number",
      "format": "double",
      "description": "Minimum balance to be maintained within the portfolio at all times."
    }
  }
}

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-portfolio"
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.