@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface Issue

    A single validation problem, addressed by a path into the input object.

    interface Issue {
        code: IssueCode;
        message: string;
        path: string;
    }
    Index
    code: IssueCode
    message: string
    path: string

    e.g. tracks[0].isrc — the shape the caller wrote, not the XML shape.