27.03 Artifact Info
#todo
interface ArtifactAttachments {
info: ArtifactInfoAttachment[],
// ...
}
interface ArtifactInfoAttachment {
kind: string,
content: ArtifactInfoContent,
contentLink: string
}
kindMUST be of typestring, presenting how the impmentation should load and presenting the info stored or linked to the artifactcontentMUST be of typeArtifactInfoContentas defined in [link], presenting the info store in the artifact.contentLinkMUST be of typestringof the URL to the externieared storedArtifactInfoJSON object as defined in [link], presenting the info link to the artifact. Wheninfodata is provided,infoLinkMUST be ignored.