Skip to main content

InstalledFileManifestEntry

One immutable file observation inside an installed artifact.

pathPath (string)required

Possible values: non-empty and <= 4096 characters

size_bytesSize Bytes (integer)required

Possible values: >= 0

sha256Sha256 (string)required

Possible values: Value must match regular expression ^[0-9a-f]{64}$

InstalledFileManifestEntry
{
"path": "string",
"size_bytes": 0,
"sha256": "string"
}