Commit 19b6340f by Cristian_Camargo

Update medicamentos-utilidades.json

parent 1159f21b
......@@ -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": {
......
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