Unified.to · Schema

property_AssessmentPackageRegion_regions

Countryregion codes where this package is available ({country}-{state} or {country})

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-assessmentpackageregion-regions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AssessmentPackageRegion_regions",
  "title": "property_AssessmentPackageRegion_regions",
  "description": "Countryregion codes where this package is available ({country}-{state} or {country})",
  "items": {
    "type": "string"
  },
  "type": "array"
}