Unified.to · Schema

property_VerificationPackage_parameters

Questions that need to be answered for this verification

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-verificationpackage-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_VerificationPackage_parameters",
  "title": "property_VerificationPackage_parameters",
  "description": "Questions that need to be answered for this verification",
  "items": {
    "$ref": "#/components/schemas/VerificationParameter"
  },
  "type": "array"
}