{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowSettings", "title": "FlowSettings", "type": "object", "description": "Schema-free data map to pass specific data to the externalized flow settings. Supports a maximum of 15 tuples. Each tuple can have a key up to 200 bytes and a value up to 512 bytes.", "additionalProperties": { "type": "string" }, "example": { "flow1": "setting1" } }