Unified.to · Schema

property_AssessmentParameter_options

Options for MULTIPLE_CHOICE and MULTIPLE_SELECT

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-assessmentparameter-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AssessmentParameter_options",
  "title": "property_AssessmentParameter_options",
  "description": "Options for MULTIPLE_CHOICE and MULTIPLE_SELECT",
  "items": {
    "type": "string"
  },
  "type": "array"
}