We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b5760 commit bfe95a3Copy full SHA for bfe95a3
frontend/src/lib/components/ArgInput.svelte
@@ -793,6 +793,11 @@
793
<div class="text-red-500 text-2xs">
794
Error loading json schema resource {format.substring('jsonschema-'.length)}, please
795
check if the resource exists and is a valid json schema.
796
+ <a
797
+ href="https://windmill.dev/docs/core_concepts/resources_and_types#json-schema-resources"
798
+ target="_blank"
799
+ class="text-blue-500 hover:text-blue-700 underline">See documentation</a
800
+ >
801
</div>
802
803
{:else}
0 commit comments