Skip to content

Commit 4a644da

Browse files
author
Tihomir Surdilovic
authored
update 0.6 schemas: (#307)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent c7277c3 commit 4a644da

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

schema/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/common.json",
2+
"$id": "https://serverlessworkflow.org/core/0.6/common.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - common schema",
55
"type": "object",

schema/events.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/events.json",
2+
"$id": "https://serverlessworkflow.org/core/0.6/events.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - events schema",
55
"type": "object",

schema/extensions/kpi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/extensions/kpi.json",
2+
"$id": "https://serverlessworkflow.org/extensions/0.6/kpi.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - KPIs Extension Schema",
55
"type": "object",

schema/functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/functions.json",
2+
"$id": "https://serverlessworkflow.org/core/0.6/functions.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - functions schema",
55
"type": "object",

schema/retries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/retries.json",
2+
"$id": "https://serverlessworkflow.org/core/0.6/retries.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - retries schema",
55
"type": "object",

schema/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.org/core/workflow.json",
2+
"$id": "https://serverlessworkflow.org/core/0.6/workflow.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - workflow schema",
55
"type": "object",

0 commit comments

Comments
 (0)