Propertyware · Schema

SaveComment

Comment for Request

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
text string Comment text.
View JSON Schema on GitHub

JSON Schema

save-comment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SaveComment",
  "description": "Comment for Request",
  "type": "object",
  "required": [
    "text"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Comment text."
    }
  }
}