From 4622e9e3f2b15975a8aa7af85494932448648074 Mon Sep 17 00:00:00 2001 From: Renan Gomes Date: Fri, 27 May 2022 10:09:30 -0300 Subject: [PATCH] =?UTF-8?q?Inclus=C3=A3o=20de=20novos=20campos=20para=20me?= =?UTF-8?q?lhor=20visualiza=C3=A7=C3=A3o=20da=20NF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../schemas/TSIIntegrationErrors_1_000.json | 39 ++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/jsonschema/schemas/TSIIntegrationErrors_1_000.json b/jsonschema/schemas/TSIIntegrationErrors_1_000.json index 52953d8b7..e61a45a7a 100644 --- a/jsonschema/schemas/TSIIntegrationErrors_1_000.json +++ b/jsonschema/schemas/TSIIntegrationErrors_1_000.json @@ -79,9 +79,9 @@ "erpkey": { "name": "erpkey", "description": "Chave da Nota", - "example": " Nota Fiscal = 'S00013544' | Série = '102' | Cod. Participante = 'Inválido' | Data = '09/09/2021' " , + "example": "Operação = NF Saída | Nota Fiscal = '000000092' | Série = '102' | Data Nota = '09/09/2021' | Cód. Participante = 'FAT001-01' " , "type": "string", - "required": true + "required": false }, "regkey": { "name": "regkey", @@ -90,6 +90,41 @@ "type": "string", "required": true }, + "typeInvoice": { + "name": "typeInvoice", + "description": "Tipo de Operação", + "example": "NF Saída" , + "type": "string", + "required": false + }, + "invoice": { + "name": "invoice", + "description": "Nota Fiscal", + "example": "000000092" , + "type": "string", + "required": false + }, + "serie": { + "name": "serie", + "description": "Série", + "example": "FAT" , + "type": "string", + "required": false + }, + "dateInvoice": { + "name": "dateInvoice", + "description": "Data da Nota", + "example": "16/05/2022" , + "type": "string", + "required": false + }, + "codeParticipant": { + "name": "codeParticipant", + "description": "Cód. Participante", + "example": "FAT001-01" , + "type": "string", + "required": false + }, "errorMessage": { "name": "errorMessage", "description": "Mensagem de erro",