Unified.to · Schema

property_AssessmentParameter_valid_regions

Regions where this parameter is valid ({country}-{state} or {country})

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-assessmentparameter-valid-regions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AssessmentParameter_valid_regions",
  "title": "property_AssessmentParameter_valid_regions",
  "description": "Regions where this parameter is valid ({country}-{state} or {country})",
  "items": {
    "type": "string"
  },
  "type": "array"
}