Commit 62ec4970 by Cristian_Camargo

Update recreacionyturismo-venta.json

parent 4e200515
...@@ -1458,8 +1458,40 @@ ...@@ -1458,8 +1458,40 @@
"items":{ "items":{
"$ref": "#/components/schemas/opcionesAplicadas" "$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": { "opcionesAplicadas": {
"type": "object", "type": "object",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment