Configure suggestions that the user can select to populate the schema.
| Property | Type | Required | Description |
|---|---|---|---|
values | Array<Suggestions.Value> | Yes | The values which should be suggested to the user. |
Represents a suggested value.
| Property | Type | Required | Description |
|---|---|---|---|
analyticsId | String | No | An optional identifier to be used in analytics tracking. |
icon | Icon | No | An icon which the client can use to represent this suggestion. |
image | Image | No | An image which the client can use to represent this suggestion. |
label | String | Yes | A user-facing label for the suggestion |
| No | A media object (avatar, icon, image) which the client can use to represent this suggestion.
| |
| String | No | An optional identifier to be used in custom renderers. ⚠️ Deprecated - Please use 'tags' instead |
| Array<String> | No | An optional list of identifiers used to configure renderers.
|
value | Any | Yes | The value which should be filled when the suggestion is selected |