From 2a4afd21e3d50f88f8c2c1a3a6eb5d285937d464 Mon Sep 17 00:00:00 2001 From: Cristian Camargo Date: Mon, 5 Aug 2019 11:09:48 -0500 Subject: [PATCH] se realiza ajuste para agregar parametro idCaracteristica y nuevas propiedades en el response agregar objeto caracteristica --- apigee/recreacionyturismo-afiliados.json | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/apigee/recreacionyturismo-afiliados.json b/apigee/recreacionyturismo-afiliados.json index 708b0b4..d031f13 100644 --- a/apigee/recreacionyturismo-afiliados.json +++ b/apigee/recreacionyturismo-afiliados.json @@ -735,6 +735,21 @@ } }, + "caracteristica":{ + "type": "object", + "description": "informacion de la caracteristica", + "properties": { + "id":{ + "type": "string", + "description": "id del titular" + }, + "nombre":{ + "type": "string", + "description": "id del titular" + } + } + + }, "informacionTitular":{ "type": "object", "description": "informacion del titular de la reserva", @@ -1360,7 +1375,7 @@ "nombreEscenario": { "type": "string", "description": "Nombre de escenario" - }, + } } }, "cliente": { @@ -1485,7 +1500,8 @@ "nombreEscenario": { "type": "string", "description": "Identificador del escenario al que pertenece la zona" - } + }, + } } } @@ -1500,6 +1516,10 @@ "type": "string", "description": "Id del centro de entrenamiento" }, + "idCaracteristica": { + "type": "string", + "description": "Id de la Característica" + }, "disponibilidad": { "type": "object", "description": "Objeto que representa una búsqueda de disponibilidad en un rango de fechas para práctica libre.", @@ -1686,9 +1706,14 @@ "nombreEscenario": { "type": "string", "description": "Identificador del escenario al que pertenece la zona" + }, + "caracteristica": + { + "$ref": "#/components/schemas/caracteristica" + + } } } - } }, } } -- libgit2 0.26.0