AttributeSearchResult Data Type

Properties
name data type description
name array of string
values array of array of object

Example

{
  "name" : [ "...", "..." ],
  "values" : [ [ { }, { } ], [ { }, { } ] ]
}