From 6b45ea715867a67e54d3d8d68a407a69f9e17f80 Mon Sep 17 00:00:00 2001 From: Lenny Goodell <44779287+lenny-intel@users.noreply.github.com> Date: Wed, 19 Aug 2020 10:38:22 -0700 Subject: [PATCH] fix: Trigger API schema type of `text` for errors is invalid, should be `string` (#453) closes #452 Signed-off-by: lenny --- openapi/v2/app-functions-sdk.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/v2/app-functions-sdk.yml b/openapi/v2/app-functions-sdk.yml index d4a5953ae..091061891 100644 --- a/openapi/v2/app-functions-sdk.yml +++ b/openapi/v2/app-functions-sdk.yml @@ -307,7 +307,7 @@ paths: content: application/text: schema: - type: text + type: string description: message describing the error encountered '422': description: "Unprocessable Entity" @@ -317,7 +317,7 @@ paths: content: application/text: schema: - type: text + type: string description: message describing the error encountered '500': description: "Interval Server Error" @@ -327,7 +327,7 @@ paths: content: application/text: schema: - type: text + type: string description: message describing the error encountered /version: get: