From fbfcc165a72b178fd049bd51c3159bd6b062bec3 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 27 Jan 2021 09:24:56 +0100 Subject: [PATCH] v0.9 --- openapi.json | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/openapi.json b/openapi.json index a82a1f8..1ba5cee 100644 --- a/openapi.json +++ b/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.2", "info": { "title": "Library API", - "version": "2.0.0", + "version": "0.9.0", "description": "A simple API for managing authors and books.", "contact": { "name": "Eric Wittmann", @@ -319,27 +319,6 @@ }, "description": "Generic response when not found." } - }, - "securitySchemes": { - "oidc": { - "flows": { - "clientCredentials": { - "tokenUrl": "https://filled.later", - "refreshUrl": "https://filled.later", - "scopes": { - "openid": "openid" - } - } - }, - "type": "oauth2" - } - } - }, - "security": [ - { - "oidc": [ - "openid" - ] } - ] -} \ No newline at end of file + } +}