Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    One validation failure annotated with absolute file coordinates so editor-jump links (<file>:<line>:<col>) work out of the box.

    interface MermaidFileViolation {
    ย ย ย ย file: string;
    ย ย ย ย blockStartLineNumber: number;
    ย ย ย ย errorLineNumber: number;
    ย ย ย ย category: MermaidParseCategory | "unclosed-fence";
    ย ย ย ย message: string;
    }
    Index
    file: string
    blockStartLineNumber: number

    1-indexed line of the opening ```mermaid fence.

    errorLineNumber: number

    1-indexed line in the file where the parser reported the error.

    category: MermaidParseCategory | "unclosed-fence"
    message: string