From 2ade1d75e2878d184e965571c01a6800d244b597 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 1 Oct 2018 18:44:23 +0200 Subject: [PATCH] fix validation go-swagger thinks it's an error (string type and boolean values). --- betsapi-oas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/betsapi-oas.yaml b/betsapi-oas.yaml index f24d3ec..86cbeb7 100644 --- a/betsapi-oas.yaml +++ b/betsapi-oas.yaml @@ -1018,8 +1018,8 @@ definitions: isLive: type: string enum: - - TRUE - - FALSE + - 'TRUE' + - 'FALSE' example: "FALSE" description: Whether the bet is on live event description: ''