Unified.to · Schema

property_FormField_choices

For select/radio/checkbox fields

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-formfield-choices-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_FormField_choices",
  "title": "property_FormField_choices",
  "description": "For select/radio/checkbox fields",
  "items": {
    "type": "string"
  },
  "type": "array"
}