Skip to content

Commit 2d9cc48

Browse files
committed
Updated version in all schema ids
1 parent 2b122bc commit 2d9cc48

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

schema/auth.json

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

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.io/schemas/0.8/common.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/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.io/schemas/0.8/events.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/events.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - events schema",
55
"type": "object",

schema/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.io/schemas/0.8/extensions.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/extensions.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - extensions 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.io/schemas/0.8/functions.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/functions.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - functions schema",
55
"type": "object",

schema/odata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.io/schemas/0.8/odata.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/odata.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - OData command options 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.io/schemas/0.8/retries.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/retries.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - retries schema",
55
"type": "object",

schema/secrets.json

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

schema/timeouts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://serverlessworkflow.io/schemas/0.8/timeouts.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/timeouts.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "Serverless Workflow specification - functions 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.io/schemas/0.8/workflow.json",
2+
"$id": "https://serverlessworkflow.io/schemas/0.9/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)