From e57b5a5e4e4b9e1f1fa6cec9da7de9135fd1fd21 Mon Sep 17 00:00:00 2001 From: gcornacchia Date: Wed, 12 Jun 2024 11:20:06 +0200 Subject: [PATCH] fix removed interface requirements about not using inline definitions --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ff257db..723af84 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Maven plugin that converts swagger 2.0/OAS 3.0.x schema objects into self contai - Each operation MUST have a non-empty OperationID field -- Each operation MUST not declare inline request/response body but always reference to Object Schema (no error is thrown, only a warn log) -