Se cambiaron los formatos de la fecha.

parent a6897738
...@@ -1746,7 +1746,8 @@ ...@@ -1746,7 +1746,8 @@
"type": "object", "type": "object",
"properties": { "properties": {
"fechaHora": { "fechaHora": {
"type": "string", "type": "string",,
"format":"date-time",
"description": "Fecha de la cita" "description": "Fecha de la cita"
}, },
"centroMedico": { "centroMedico": {
...@@ -1821,6 +1822,7 @@ ...@@ -1821,6 +1822,7 @@
}, },
"fechaHora": { "fechaHora": {
"type": "string", "type": "string",
"format":"date-time",
"description": "Fecha" "description": "Fecha"
} }
} }
...@@ -2355,6 +2357,7 @@ ...@@ -2355,6 +2357,7 @@
"properties": { "properties": {
"fechaHora": { "fechaHora": {
"type": "string", "type": "string",
"format":"date-time",
"description": "Fecha reserva" "description": "Fecha reserva"
}, },
"especialidadId": { "especialidadId": {
...@@ -3264,4 +3267,4 @@ ...@@ -3264,4 +3267,4 @@
} }
} }
} }
} }
\ No newline at end of file
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