From 56270b1661f8cc39adb2785842545710f57afa2e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bianchi Date: Wed, 18 Dec 2024 16:24:34 +0100 Subject: [PATCH] Fixed JSON schema IDs for alpha4 and 5 Signed-off-by: Jean-Baptiste Bianchi --- static/schemas/1.0.0-alpha4/workflow.json | 2 +- static/schemas/1.0.0-alpha5/workflow.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/schemas/1.0.0-alpha4/workflow.json b/static/schemas/1.0.0-alpha4/workflow.json index 7f563d0..3adf604 100644 --- a/static/schemas/1.0.0-alpha4/workflow.json +++ b/static/schemas/1.0.0-alpha4/workflow.json @@ -1,5 +1,5 @@ { - "$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha4/workflow.yaml", + "$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha4/workflow.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Serverless Workflow DSL - Workflow Schema.", "type": "object", diff --git a/static/schemas/1.0.0-alpha5/workflow.json b/static/schemas/1.0.0-alpha5/workflow.json index ac74d7d..59616c2 100644 --- a/static/schemas/1.0.0-alpha5/workflow.json +++ b/static/schemas/1.0.0-alpha5/workflow.json @@ -1,5 +1,5 @@ { - "$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.yaml", + "$id": "https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Serverless Workflow DSL - Workflow Schema.", "type": "object",