Skip to main content
The profile schema defines the structure for storing professional information, including personal details, work experience, skills, and values.

Root Fields

nombre
string
required
Full name of the professionalExample: "Nicolás Gaitán"
apodo
string
Nickname or preferred nameExample: "Nico"
titulo
string
required
Professional title or current roleExample: "Publicista Creativo & Digital Project Manager"
ubicacion
string
Current location or countryExample: "Chile"
empresa_actual
string
Current employer or companyExample: "VML Chile"
email
string
required
Contact email addressExample: "nicolas@inadaptado.cl"
telefono
string
Contact phone number with country codeExample: "+56 9 3116 5405"
sitio_web
string
Personal or professional website URLExample: "https://inadaptado.cl"
resumen
string
required
Professional summary or bio describing background and expertiseExample: "Publicista creativo apasionado por la tecnología..."
propuesta_valor
array
required
Array of key value propositions or unique selling points

Experience

experiencia
array
required
Professional work experience history
roles_desempenados
array
List of all roles or positions held throughout career

Skills

habilidades
object
required
Categorized technical and professional skills

Additional Information

clientes_destacados
array
Notable clients or brands worked with
industrias
array
Industries or sectors with experience
idiomas
array
Languages spoken with proficiency levels

Personality

personalidad
object
Personal traits, values, and interests
razones_para_contratar
array
Key reasons or benefits for hiring this professional

Example JSON

{
  "nombre": "Nicolás Gaitán",
  "apodo": "Nico",
  "titulo": "Publicista Creativo & Digital Project Manager",
  "ubicacion": "Chile",
  "empresa_actual": "VML Chile",
  "email": "nicolas@inadaptado.cl",
  "telefono": "+56 9 3116 5405",
  "sitio_web": "https://inadaptado.cl",
  "resumen": "Publicista creativo apasionado por la tecnología y la innovación...",
  "habilidades": {
    "desarrollo": ["HTML", "CSS", "JavaScript", "PHP"],
    "crm": ["SalesForce Marketing Cloud", "Eloqua"],
    "gestion": ["Asana", "Notion", "Scrum"]
  }
}

Build docs developers (and LLMs) love