Propertyware · Schema

CustomFieldDefinition

Custom field definition.

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
dataType string
defaultValue string
fieldName string
groupName string
requiredField string
View JSON Schema on GitHub

JSON Schema

custom-field-definition.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CustomFieldDefinition",
  "description": "Custom field definition.",
  "type": "object",
  "properties": {
    "dataType": {
      "type": "string"
    },
    "defaultValue": {
      "type": "string"
    },
    "fieldName": {
      "type": "string"
    },
    "groupName": {
      "type": "string"
    },
    "requiredField": {
      "type": "string"
    }
  }
}