# ListFlows200ResponseInner
## 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**> | | [optional]
**workspace_id** | Option<**String**> | | [optional]
**path** | **String** | |
**edited_by** | **String** | |
**edited_at** | **String** | |
**archived** | **bool** | |
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**starred** | Option<**bool**> | | [optional]
**draft_only** | Option<**bool**> | | [optional]
**tag** | Option<**String**> | | [optional]
**ws_error_handler_muted** | Option<**bool**> | | [optional]
**priority** | Option<**i32**> | | [optional]
**dedicated_worker** | Option<**bool**> | | [optional]
**timeout** | Option<**f64**> | | [optional]
**visible_to_runner_only** | Option<**bool**> | | [optional]
**labels** | Option<**Vec<String>**> | | [optional][default to []]
**inherited_labels** | Option<**Vec<String>**> | Labels inherited from the parent folder, computed at read time. Read-only — edit them on the folder. | [optional]
**lock_error_logs** | Option<**String**> | | [optional]
**version_id** | Option<**f64**> | | [optional]
**is_draft** | Option<**bool**> | True when the authed user has a draft for this flow — either no deployed row exists at this path (draft-only) or the user saved a per-user draft on top of the deployed row. | [optional]
**draft_path** | Option<**String**> | User-typed path the editor has staged but not yet deployed. Sourced from the draft JSON's `draft_path` field (the editor only writes it when the typed path differs from the deployed one). Lets the home list render the meaningful name instead of the autogenerated `u/{user}/draft_{uuid}` URL path. Omitted when unchanged. | [optional]
**draft_users** | Option<[**Vec<models::ListScripts200ResponseInnerAllOfDraftUsersInner>**](listScripts_200_response_inner_allOf_draft_users_inner.md)> | Workspace users (including the authed user, and the legacy NULL-email row if any) who have a per-user draft at this path. Drives the home page's user-avatar circles inside the Draft badge. Omitted when no drafts exist. | [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)