{#if option == 'resource'}
loadSchema(format)}
on:change={(e) => {
path = e.detail
resourceToValue()
}}
bind:value={path}
resourceType={format.split('-').length > 1
? format.substring('resource-'.length)
: undefined}
/>
{:else}
Object of resource type
{resourceTypeName}
{#if !isString(args)}
{/if}
{/if}