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 @@
}
},
"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"
}
}
}
}
},
}
}
......
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