File-like object or a link to that object

interface Artifact {
    hashes?: Hashes;
    mime_type?: string;
    payload?: Payload;
}

Properties

hashes?: Hashes

Hashes of the payload content

mime_type?: string

Permitted values specified in the IANA Media Types registry, [RFC6838]

payload?: Payload

Choice of literal content or URL