From 19b6340f4a624668a5289a2a7494d6dcb10e63f7 Mon Sep 17 00:00:00 2001 From: Cristian Camargo Date: Thu, 4 Apr 2019 21:26:09 +0000 Subject: [PATCH] Update medicamentos-utilidades.json --- apigee/medicamentos-utilidades.json | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/apigee/medicamentos-utilidades.json b/apigee/medicamentos-utilidades.json index 81caa26..0d47d30 100644 --- a/apigee/medicamentos-utilidades.json +++ b/apigee/medicamentos-utilidades.json @@ -123,27 +123,6 @@ "name": "resultado" } }, - "resultadoNotificacion": { - "type": "object", - "properties": { - "codigo": { - "type": "string", - "description": "Código del resultado" - }, - "descripcion": { - "type": "string", - "description": "Descripción del resultado" - }, - "mensaje": { - "type": "string", - "description": "Mensaje de la notificacion." - } - }, - "xml": { - "name": "resultado" - } - }, - "estadoNotificacion": { "type": "object", "properties": { @@ -265,7 +244,12 @@ }, "usuario": { "$ref": "#/components/schemas/usuarioNotificacion" + }, + "mensaje": { + "type": "string", + "description": "Mensaje de notificacion." } + }, "xml": { "name": "respuestaNotificacion" @@ -321,7 +305,7 @@ "name": "resultado" }, "items": { - "$ref": "#/components/schemas/resultadoNotificacion" + "$ref": "#/components/schemas/resultado" } }, "respuestaNotificacion": { -- libgit2 0.26.0