nationid - v2.2.1
    Preparing search index...

    Interface DocumentInfo

    Resolved catalog entry.

    country and confidence are sourced from the underlying DocumentSpec to guarantee a single source of truth.

    interface DocumentInfo {
        code: DocumentTypeCode;
        confidence: Confidence;
        country: CountryCode;
        description: string;
        displayName: string;
        knownAs: readonly string[];
        longName: string;
        purpose: DocumentPurpose;
    }
    Index
    confidence: Confidence
    country: CountryCode
    description: string

    One-sentence localized description.

    displayName: string

    Short, recognizable name. e.g. "CURP", "RFC (Persona Física)", "Cédula de Ciudadanía".

    knownAs: readonly string[]

    Alternative known names, abbreviations. e.g. ["CURP"], ["INE", "IFE"].

    longName: string

    Full official name. e.g. "Clave Única de Registro de Población".