Unified.to · Schema

property_AssessmentPackage_tags

Category tags (e.g., "Assessment", "Background Check")

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-assessmentpackage-tags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AssessmentPackage_tags",
  "title": "property_AssessmentPackage_tags",
  "description": "Category tags (e.g., \"Assessment\", \"Background Check\")",
  "items": {
    "type": "string"
  },
  "type": "array"
}