Commit 2a4afd21 by Cristian Camargo

se realiza ajuste para agregar parametro idCaracteristica y nuevas propiedades…

se realiza ajuste para agregar parametro idCaracteristica y nuevas propiedades en el response agregar objeto caracteristica
parent 16cf0a8d
...@@ -735,6 +735,21 @@ ...@@ -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":{ "informacionTitular":{
"type": "object", "type": "object",
"description": "informacion del titular de la reserva", "description": "informacion del titular de la reserva",
...@@ -1360,7 +1375,7 @@ ...@@ -1360,7 +1375,7 @@
"nombreEscenario": { "nombreEscenario": {
"type": "string", "type": "string",
"description": "Nombre de escenario" "description": "Nombre de escenario"
}, }
} }
}, },
"cliente": { "cliente": {
...@@ -1485,7 +1500,8 @@ ...@@ -1485,7 +1500,8 @@
"nombreEscenario": { "nombreEscenario": {
"type": "string", "type": "string",
"description": "Identificador del escenario al que pertenece la zona" "description": "Identificador del escenario al que pertenece la zona"
} },
} }
} }
} }
...@@ -1500,6 +1516,10 @@ ...@@ -1500,6 +1516,10 @@
"type": "string", "type": "string",
"description": "Id del centro de entrenamiento" "description": "Id del centro de entrenamiento"
}, },
"idCaracteristica": {
"type": "string",
"description": "Id de la Característica"
},
"disponibilidad": { "disponibilidad": {
"type": "object", "type": "object",
"description": "Objeto que representa una búsqueda de disponibilidad en un rango de fechas para práctica libre.", "description": "Objeto que representa una búsqueda de disponibilidad en un rango de fechas para práctica libre.",
...@@ -1686,6 +1706,11 @@ ...@@ -1686,6 +1706,11 @@
"nombreEscenario": { "nombreEscenario": {
"type": "string", "type": "string",
"description": "Identificador del escenario al que pertenece la zona" "description": "Identificador del escenario al que pertenece la zona"
},
"caracteristica":
{
"$ref": "#/components/schemas/caracteristica"
} }
} }
} }
......
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