diff --git a/runtime/parser/schema/project.schema.yaml b/runtime/parser/schema/project.schema.yaml index 81c3387a7d7d..8c8b91777cc8 100644 --- a/runtime/parser/schema/project.schema.yaml +++ b/runtime/parser/schema/project.schema.yaml @@ -3417,11 +3417,11 @@ definitions: - path required: - glob - examples: + examples: - type: api + glob: data/*.csv + args: - glob: "data/*.csv" - - title: Resource Status Check type: object description: Uses the status of a resource as data. diff --git a/web-common/src/features/apis/editor/APIEditor.svelte b/web-common/src/features/apis/editor/APIEditor.svelte new file mode 100644 index 000000000000..b203b3226989 --- /dev/null +++ b/web-common/src/features/apis/editor/APIEditor.svelte @@ -0,0 +1,59 @@ + + +
{JSON.stringify(response, null, 2)}
+ {:else}
+ + No query parameters. Click "Add" to create one. +
+ {:else} +