Commit 19b6340f by Cristian_Camargo

Update medicamentos-utilidades.json

parent 1159f21b
...@@ -123,27 +123,6 @@ ...@@ -123,27 +123,6 @@
"name": "resultado" "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": { "estadoNotificacion": {
"type": "object", "type": "object",
"properties": { "properties": {
...@@ -265,7 +244,12 @@ ...@@ -265,7 +244,12 @@
}, },
"usuario": { "usuario": {
"$ref": "#/components/schemas/usuarioNotificacion" "$ref": "#/components/schemas/usuarioNotificacion"
},
"mensaje": {
"type": "string",
"description": "Mensaje de notificacion."
} }
}, },
"xml": { "xml": {
"name": "respuestaNotificacion" "name": "respuestaNotificacion"
...@@ -321,7 +305,7 @@ ...@@ -321,7 +305,7 @@
"name": "resultado" "name": "resultado"
}, },
"items": { "items": {
"$ref": "#/components/schemas/resultadoNotificacion" "$ref": "#/components/schemas/resultado"
} }
}, },
"respuestaNotificacion": { "respuestaNotificacion": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment