We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1815db0 commit 603caedCopy full SHA for 603caed
.ci/validation/src/index.ts
@@ -25,7 +25,7 @@ export module SWSchemaValidator {
25
addFormats(ajv);
26
27
const workflowSchemaId =
28
- "https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.json";
+ "https://serverlessworkflow.io/schemas/1.0.0-alpha1/workflow.yaml";
29
const schemaPath = "../../../schema";
30
export const defaultEncoding = "utf-8";
31
0 commit comments