{#if !noGraph} Graph {/if} Raw Input Schema
{#if !noSummary}

{flow.summary}

{flow.description ?? ''}
{/if}

Flow Input

{#if flow.schema && flow.schema.properties && Object.keys(flow.schema.properties).length > 0 && flow.schema}
    {#each Object.entries(flow.schema.properties) as [inp, v]}
  • {toAny(v)?.default != undefined ? 'default: ' + JSON.stringify(toAny(v)?.default) : ''}
  • {/each}
{:else}
No inputs
{/if}
YAML JSON