# OpenFlow
## Properties
**summary** | **String** | Short description of what this flow does |
**description** | Option<**String**> | Detailed documentation for this flow | [optional]
**value** | [**models::FlowValue**](FlowValue.md) | |
**schema** | Option<[**serde_json::Value**](.md)> | JSON Schema for flow inputs. Use this to define input parameters, their types, defaults, and validation. For resource inputs, set type to 'object' and format to 'resource-<type>' (e.g., 'resource-stripe') | [optional]
**on_behalf_of_email** | Option<**String**> | The flow will be run with the permissions of the user with this email. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)