Skip to content

Commit ecf4bf0

Browse files
fix: use relative paths for schema ref
1 parent d9a6ebd commit ecf4bf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/call-http-query-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.yaml
1+
# yaml-language-server: $schema=../schema/workflow.yaml
22
document:
33
dsl: 1.0.0-alpha2
44
namespace: examples

examples/star-wars-homeworld.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.yaml
1+
# yaml-language-server: $schema=../schema/workflow.yaml
22
document:
33
dsl: 1.0.0-alpha2
44
namespace: examples

0 commit comments

Comments
 (0)