Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface SourceValidation {
    ย ย ย ย sourcePath: string;
    ย ย ย ย sourceSha: string;
    ย ย ย ย translations: TranslationValidation[];
    ย ย ย ย passed: boolean;
    }
    Index
    sourcePath: string

    Path to the source executive-brief.md relative to the repository root.

    sourceSha: string

    SHA of the most recent commit that touched the source (git log -1).

    translations: TranslationValidation[]

    Validation result per requested language.

    passed: boolean

    Overall pass/fail across every translation.