ApiStringList Data Model

A list of strings.

Properties
name data type description
items array of string List of items.

Example

{
  "items" : [ "...", "..." ]
}