Gets a single OCIArtifact
An OCIArtifact is a single OCI Artifact (manifest) that describes an OCI Image or other OCI Artifact.
OCIArtifacts have a MediaType that informs you what the OCIArtifact contains. For OCIArtifacts with a MediaType of application/vnd.oci.image.manifest.v1+json or application/vnd.docker.container.image.v1+json, the Architecture field will show the compute architecture that the OCI Image was built for (e.g. “amd64”)
OCIArtifacts can be associated with zero or more ProjectReleases and PackageReleases.
OK
user who created the record.
timestamp of when the record was created.
Digest is the SHA-256 hash of the OCI Artifact's content.
user who last modified the record.
timestamp of when the record was last modified.
MediaType of the OCI Artifact.
PackageReleases is the list of PackageRelease IDs that this OCI Artifact is associated with.
ProjectReleases is the list of ProjectRelease IDs that this OCI Artifact is associated with.
Size of the content in bytes.
Tags is the list of OCITag IDs that this OCI Artifact is associated with.
A URL to the JSON Schema for this object.
Architecture is the string code for the architecture of the built OCI Artifact, if any.