{#if format === 'resource-s3_object'}
{:else}
{
path = e.detail
resourceToValue()
}}
bind:value={path}
initialValue={defaultValue}
resourceType={format.split('-').length > 1 ? format.substring('resource-'.length) : undefined}
{showSchemaExplorer}
/>
{/if}