Propertyware · Schema

LeaseStatus

Lease Status

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
defineActive boolean
id integer
orderIndex integer
portalLoginEnabled boolean
readonly boolean
status string
View JSON Schema on GitHub

JSON Schema

lease-status.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LeaseStatus",
  "description": "Lease Status",
  "type": "object",
  "properties": {
    "defineActive": {
      "type": "boolean"
    },
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "orderIndex": {
      "type": "integer",
      "format": "int32"
    },
    "portalLoginEnabled": {
      "type": "boolean"
    },
    "readonly": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    }
  }
}