The Collection object is used to contain a set of objects to be returned. The following table describes the schema of the Collection object.
Variable name |
Type |
Description |
---|---|---|
items |
Object array |
A set of objects |
The following shows an example of the Collection object.
{ "items" : [{"type":"string", "value": "instance101"}, ... {"type":"string", "value": "instance200"}] }