From 13f93ec259b1040dba4474f7a0357143f2b37b8d Mon Sep 17 00:00:00 2001 From: Cristian_Camargo Date: Thu, 6 Jun 2019 22:06:06 +0000 Subject: [PATCH] Update recreacionyturismo-venta.json --- apigee/recreacionyturismo-venta.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) 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" } } -- libgit2 0.26.0