From 62ec4970c522fa5d0954bf8d04f36c9ed211cb72 Mon Sep 17 00:00:00 2001 From: Cristian_Camargo Date: Fri, 5 Jul 2019 16:22:21 +0000 Subject: [PATCH] Update recreacionyturismo-venta.json --- apigee/recreacionyturismo-venta.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/apigee/recreacionyturismo-venta.json b/apigee/recreacionyturismo-venta.json index b65d468..1ff50b3 100644 --- a/apigee/recreacionyturismo-venta.json +++ b/apigee/recreacionyturismo-venta.json @@ -1458,9 +1458,41 @@ "items":{ "$ref": "#/components/schemas/opcionesAplicadas" } + }, + "opciones": { + "type": "array", + "items":{ + "$ref": "#/components/schemas/opciones" + } } } }, + "opciones": { + "type": "object", + "properties":{ + "valor": { + "type": "string", + "description": "Valor para la opción seleccionada" + }, + "tipo": { + "type": "string", + "description": "Nombre del tipo de la opción" + }, + "opcion": { + "type": "string", + "description": "Nombre de la opción" + }, + "atributo": { + "type": "object", + "properties":{ + "imagen": { + "type": "string", + "description": "Imagen de atributo" + } + } + }, + } + }, "opcionesAplicadas": { "type": "object", "description": "Objeto que contiene la información de las opciones utilizadas para buscar los servicios. Los tipos de opción pueden ser los siguientes:\n * 1) Documento\n * 2) Antiguedad\n * 3) Clasificación\n * 4) Área (Deporte)\n * 5) Sede\n * 6) Días (Entre Semana / Fin de Semana)\n * 7) Horario (Mañana / Tarde / Noche)\n * 8) Nivel (Prueba)\n * 9) Servicio (Prueba Campeonato)\n * 10) Segmento (Edad)", -- libgit2 0.26.0