Input Object

Information about one or more valid input parameters for the operation, expressed as an array.

This object is used by the following operations:

  • Operations that reference the Operation object

The properties included in the Input object are listed below. All values are required.

Property Type Description
Name string The name of the input parameter.
Type string

The type of input parameter: path or query.

Note: For path parameters, the name provided in the Input object must match the name used in the Path parameter in the Operation object for this operation.