From b8f8a91e4a1240bf7db0f34b9493d354b8e788f3 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Tue, 1 Dec 2020 21:08:01 +0100 Subject: [PATCH] Add type to validation findings --- OAS3.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OAS3.yml b/OAS3.yml index 47710e3..6db74eb 100644 --- a/OAS3.yml +++ b/OAS3.yml @@ -93,6 +93,9 @@ components: type: string message: type: string + "type": + type: string + enum: ["ERR", "WARN"] responses: AuthenticationRequired: description: Authentication is required (401) -- 2.45.2