From 2ba8a935a8109290385249476b0e6fed894055ef Mon Sep 17 00:00:00 2001 From: Tihomir Surdilovic Date: Wed, 22 Apr 2020 13:54:07 -0400 Subject: [PATCH] Fix issue with json schema (#233) --- workflow/spec/schema/serverless-workflow-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/spec/schema/serverless-workflow-schema.json b/workflow/spec/schema/serverless-workflow-schema.json index a022060..eab3ade 100644 --- a/workflow/spec/schema/serverless-workflow-schema.json +++ b/workflow/spec/schema/serverless-workflow-schema.json @@ -93,7 +93,7 @@ }, { "title": "Inject State", - "$ref": "#/definitions/inject" + "$ref": "#/definitions/injectstate" }, { "title": "ForEach State", @@ -1042,9 +1042,9 @@ } ] }, - "inject": { + "injectstate": { "type": "object", - "description": "Inject statit data into state data. Does not perform any actions", + "description": "Inject static data into state data. Does not perform any actions", "properties": { "id": { "type": "string",