2.1.1 Suggestions object

A list of type-ahead suggestions as used in an input field.

Example

{
  "suggestions": [
    "aardvark",
    "ampersand",
    "apple"
  ]
}

Fields

Field Type Description
suggestions
required
List of strings The actual suggestion values.