Propertyware · Schema

ContactCategory

ContactCategory

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
categoryName string Category name.
id integer Unique identifier.
View JSON Schema on GitHub

JSON Schema

contact-category.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ContactCategory",
  "description": "ContactCategory",
  "type": "object",
  "properties": {
    "categoryName": {
      "type": "string",
      "description": "Category name."
    },
    "id": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier."
    }
  }
}