diff --git a/apigee/recreacionyturismo-venta.json b/apigee/recreacionyturismo-venta.json index b86ec3c..37fe3fd 100644 --- a/apigee/recreacionyturismo-venta.json +++ b/apigee/recreacionyturismo-venta.json @@ -334,23 +334,37 @@ "description": "Número de telefono del titular" }, "usuario": { - "type": "string", - "description": "Número de telefono del titular" + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Nombre del titular que realizó la cotización" + }, + "nombre": { + "type": "object", + "properties":{ + "completo": { + "type": "string", + "description": "Nombre del titular que realizó la cotización" + }, + } + } + } }, "empresa": { - "type": "string", + "type": "object", "description": "Número de telefono del titular" }, "proveedor": { - "type": "string", + "type": "object", "description": "Número de telefono del titular" }, "costo": { - "type": "string", + "type": "object", "description": "Número de telefono del titular" }, "articulo": { - "type": "string", + "type": "object", "description": "Número de telefono del titular" } }