# 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**> | Address of the account the flow runs on behalf of. Derived from on_behalf_of on read; accepted on write, where it is resolved to the account it names. | [optional]
**on_behalf_of** | Option<**String**> | The flow runs with the permissions of this identity: u/{username}, g/{group}, or a bare email when the username is itself email-shaped. The only stored half of the identity; on_behalf_of_email is derived from it. Omit it when writing and it is resolved from that address instead. | [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)