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

    A single required artifact in the analysis pipeline.

    interface ArtifactDefinition {
    ย ย ย ย filename: string;
    ย ย ย ย family: ArtifactFamily;
    ย ย ย ย description: string;
    ย ย ย ย requiresMermaid: boolean;
    ย ย ย ย requiresPass2: boolean;
    }
    Index
    filename: string

    File name relative to the analysis subfolder.

    Family this artifact belongs to.

    description: string

    Human-readable description.

    requiresMermaid: boolean

    Whether this artifact requires a Mermaid diagram with colour config.

    requiresPass2: boolean

    Whether this artifact is subject to Pass-2 evidence checking.