From 7ef5214ef912bb9bd0eaead458d115ff497e3a84 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 22 Oct 2021 16:14:41 -0400 Subject: [PATCH] test: fix broken openapi3 schema --- public/openapi/write/login.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/openapi/write/login.yaml b/public/openapi/write/login.yaml index d594e4b30f..001cd5da01 100644 --- a/public/openapi/write/login.yaml +++ b/public/openapi/write/login.yaml @@ -15,14 +15,9 @@ post: username: type: string example: admin - required: true password: type: string example: '123456' - required: true - session: - type: number - example: 1 responses: '200': description: credentials successfully validated