Skip to content

Commit 603caed

Browse files
fix: update workflow schema id
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 1815db0 commit 603caed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/validation/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export module SWSchemaValidator {
2525
addFormats(ajv);
2626

2727
const workflowSchemaId =
28-
"https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json";
28+
"https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml";
2929
const schemaPath = "../../../schema";
3030
export const defaultEncoding = "utf-8";
3131

0 commit comments

Comments
 (0)