diff --git a/schema/auth.json b/schema/auth.json index 5a651988..d949e7c4 100644 --- a/schema/auth.json +++ b/schema/auth.json @@ -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", diff --git a/schema/common.json b/schema/common.json index 5a3593e1..4322f834 100644 --- a/schema/common.json +++ b/schema/common.json @@ -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", diff --git a/schema/events.json b/schema/events.json index 9c20f8de..1365c04f 100644 --- a/schema/events.json +++ b/schema/events.json @@ -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", diff --git a/schema/extensions.json b/schema/extensions.json index e04599cf..364b543e 100644 --- a/schema/extensions.json +++ b/schema/extensions.json @@ -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", diff --git a/schema/functions.json b/schema/functions.json index 0b3448d9..4572f9f4 100644 --- a/schema/functions.json +++ b/schema/functions.json @@ -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", diff --git a/schema/odata.json b/schema/odata.json index 958cd99c..79df36ea 100644 --- a/schema/odata.json +++ b/schema/odata.json @@ -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", diff --git a/schema/retries.json b/schema/retries.json index fe77f3df..74cade86 100644 --- a/schema/retries.json +++ b/schema/retries.json @@ -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", diff --git a/schema/secrets.json b/schema/secrets.json index dc553cc1..dec1c0c4 100644 --- a/schema/secrets.json +++ b/schema/secrets.json @@ -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", diff --git a/schema/timeouts.json b/schema/timeouts.json index 95f30ce5..30ff3c12 100644 --- a/schema/timeouts.json +++ b/schema/timeouts.json @@ -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", diff --git a/schema/workflow.json b/schema/workflow.json index 7716d552..eec3d9d5 100644 --- a/schema/workflow.json +++ b/schema/workflow.json @@ -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",