Name | Type | Description | Notes |
---|---|---|---|
inputSchema | \PureCloudPlatform\Client\V2\Model\JsonSchemaDocument | JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path. If the 'flatten' query parameter is omitted or false, this field will be returned. Either inputSchema or inputSchemaFlattened will be returned, not both. | [optional] |
inputSchemaFlattened | \PureCloudPlatform\Client\V2\Model\JsonSchemaDocument | JSON Schema that defines the body of the request that the client (edge/architect/postman) is sending to the service, on the /execute path. The schema is transformed based on Architect's flattened format. If the 'flatten' query parameter is supplied as true, this field will be returned. Either inputSchema or inputSchemaFlattened will be returned, not both. | [optional] |
inputSchemaUri | string | The URI of the input schema | [optional] |