Skip to content

Commit

Permalink
Updated version in all schema ids
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavernas committed May 17, 2024
1 parent 2b122bc commit 2d9cc48
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion schema/auth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/auth.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/auth.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - auth schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/common.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/common.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - common schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/events.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/events.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - events schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/extensions.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/extensions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - extensions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/functions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/functions.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/functions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/odata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/odata.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/odata.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - OData command options schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/retries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/retries.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/retries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - retries schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/secrets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/secrets.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/secrets.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - secrets schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/timeouts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/timeouts.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/timeouts.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion schema/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/workflow.json",
"$id": "https://serverlessworkflow.io/schemas/0.9/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
Expand Down

0 comments on commit 2d9cc48

Please sign in to comment.