Propertyware · Schema

RESTAPIError

JSON Schema for RESTAPIError

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
key string
message string
View JSON Schema on GitHub

JSON Schema

r-e-s-t-a-p-i-error.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RESTAPIError",
  "description": "JSON Schema for RESTAPIError",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}