docs/FlowDivisionView.md in purecloudplatformclientv2-68.0.0 vs docs/FlowDivisionView.md in purecloudplatformclientv2-69.0.0

- old
+ new

@@ -9,9 +9,11 @@ |------------ | ------------- | ------------- | -------------| | **id** | **String** | The flow identifier | [optional] | | **name** | **String** | The flow name | | | **division** | [**WritableDivision**](WritableDivision.html) | The division to which this entity belongs. | [optional] | | **type** | **String** | | [optional] | +| **input_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | json schema describing the inputs for the flow | [optional] | +| **output_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | json schema describing the outputs for the flow | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}