Normalize issuer data by ensuring array fields are arrays (not null/undefined). This allows the SDK to accept raw OCF data where optional array fields may be missing.
Raw issuer data that may have null/undefined array fields
Normalized issuer data with all array fields as arrays
Normalize issuer data by ensuring array fields are arrays (not null/undefined). This allows the SDK to accept raw OCF data where optional array fields may be missing.