From bc2095ea1e1b9db629ae0eebf80bfc66b70869c3 Mon Sep 17 00:00:00 2001 From: Tarsis Toledo Date: Tue, 5 Jul 2022 17:13:08 -0300 Subject: [PATCH] Remove atributo redundante do schema `CobVGerado` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A propriedade `txid` do atributo em `#/components.schemas.CobVGerada.allOf[3].properties.loc` é desnecessária já que o schema referenciado `PayloadLocation` não contém esse atributo. --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 16fc457..3941034 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4048,7 +4048,7 @@ components: - type: "object" properties: loc: - required: ["id", "txid", "tipoCob", "criacao"] + required: ["id", "tipoCob", "criacao"] allOf: - $ref: "#/components/schemas/PayloadLocation" - type: "object"