{
  "DataVar": {
    "HEADER": {
      "cliente": { "tipo": "texto", "valor": "Cliente Álvarez" },
      "direccion": { "tipo": "texto", "valor": "Calle del Álamo, 1" },
      "cif": { "tipo": "texto", "valor": "B12345678" },
      "fecha": { "tipo": "fecha", "valor": "10/08/2026" },
      "numero": { "tipo": "numerico", "valor": 1001 },
      "logo": { "tipo": "imagen", "valor": "logo.png" },
      "total": { "tipo": "numerico", "valor": 121.0 }
    }
  },
  "DetalleVar": {
    "DETAIL": [
      {
        "codigo": { "tipo": "texto", "valor": "ART-001" },
        "descripcion": { "tipo": "texto", "valor": "Artículo de prueba" },
        "cantidad": { "tipo": "numerico", "valor": 2 },
        "precio": { "tipo": "numerico", "valor": 50 },
        "importe": { "tipo": "numerico", "valor": 100 }
      }
    ]
  }
}
