{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"product_id": {
"type": "string",
"enum": [
"firma-online",
"firma-digital",
"firma-electronica",
"verificacion-identidad",
"wallet-digital",
"archivo-digital",
"notificaciones"
],
"description": "The product identifier"
}
},
"required": [
"product_id"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Full name of the person contacting"
},
"email": {
"type": "string",
"description": "Corporate email address"
},
"company": {
"type": "string",
"description": "Company name"
},
"phone": {
"type": "string",
"description": "Phone number (optional)"
},
"tipo_consulta": {
"type": "string",
"enum": [
"Solicitar Demo",
"Consulta Comercial",
"Consulta Técnica / API",
"Partnership"
],
"description": "Type of inquiry (optional, defaults to Solicitar Demo)"
},
"mensaje": {
"type": "string",
"description": "Message or description of the project (optional)"
}
},
"required": [
"name",
"email",
"company"
]
}