diff --git a/apigee/salud-afiliados.json b/apigee/salud-afiliados.json index e30a535..6f9cd45 100644 --- a/apigee/salud-afiliados.json +++ b/apigee/salud-afiliados.json @@ -343,6 +343,7 @@ }, "fecha": { "type": "string", + "format": "date-time", "description": "fecha de muestra" }, "codigo": { @@ -409,10 +410,12 @@ }, "fechaValidacion": { "type": "string", + "format": "date-time", "description": "fecha de validacion" }, "fechaResultado": { "type": "string", + "format": "date-time", "description": "fecha de resultado" }, "usuarioVerificador": { @@ -432,6 +435,7 @@ }, "fechaFactura": { "type": "string", + "format": "date-time", "description": "dd/mm/yy" } } @@ -470,10 +474,17 @@ }, "fechaLectura": { "type": "string", + "format": "date-time", "description": "fecha lectura" }, + "fechaFactura": { + "type": "string", + "format": "date-time", + "description": "dd/mm/yy" + }, "fechaTranscripcion": { "type": "string", + "format": "date-time", "description": "fecha transcripcion" }, "nombreLaboratorio": {