List
How to use the list type in the connector spec
You can use the list
type to allow users to enter multiple items in a single entry box.
This is an example implementation:
Example list item type
{
"key": "entitlements",
"label": "Entitlements",
"type": "list",
"helpKey": "Add a list of entitlements to expose via your source"
}