Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

CollectionInput

A `CollectionInput` is a set of values that required for the collection process to continue. The required input is specified by the key `REQUIRED_INPUT_TYPES`, under the `extraInformation` key on the `CollectionStatus` object.

typestring
Possible Enum values are COLLECTION_INPUT.
Example
{  "items": [],  "type": "COLLECTION_INPUT"}