Unified.to · Schema

property_AssessmentPackage_parameters

Questionsinputs needed for this assessment (aligned with verification)

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-assessmentpackage-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AssessmentPackage_parameters",
  "title": "property_AssessmentPackage_parameters",
  "description": "Questionsinputs needed for this assessment (aligned with verification)",
  "items": {
    "$ref": "#/components/schemas/AssessmentParameter"
  },
  "type": "array"
}