Commit 6924a6fb by Cristian_Camargo

Update recreacionyturismo-afiliados.json

parent 62ec4970
...@@ -1291,14 +1291,18 @@ ...@@ -1291,14 +1291,18 @@
"type": "string", "type": "string",
"description": "Id del cliente" "description": "Id del cliente"
}, },
"edad": { "fechaNacimiento": {
"type": "string", "type": "string",
"description": "Edad del cliente" "description": "Fecha de nacimiento del cliente"
}, },
"correoElectronico": { "correoElectronico": {
"type": "string", "type": "string",
"description": "Correo electronico del cliente" "description": "Correo electronico del cliente"
}, },
"telefono": {
"type": "string",
"description": "Telefono del cliente"
},
"documento": { "documento": {
"$ref": "#/components/schemas/documento" "$ref": "#/components/schemas/documento"
}, },
......
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