Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ImageContentBlock

    A raster image referenced by content digest.

    dsh points at an attachment service here. AMC has no such service in this seam yet, and inventing one to fill the slot would be a subsystem with no caller. The digest form is what AMC already uses for durable content (SurfacePartRef.sha256), so a later attachment store can be introduced behind this shape without respelling the block.

    interface ImageContentBlock {
        kind: "image";
        mediaType: string;
        sha256: string;
    }
    Index
    kind: "image"
    mediaType: string

    IANA media type, e.g. image/png.

    sha256: string

    Digest of the image bytes, which live in the evidence blob store.