An index with attestations
Four entries, two platforms, and the other two are supposed to be there
{
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{ "digest": "sha256:aaa", "platform": { "os": "linux", "architecture": "amd64" } },
{ "digest": "sha256:bbb", "platform": { "os": "linux", "architecture": "arm64" } },
{ "digest": "sha256:ccc", "platform": { "os": "unknown", "architecture": "unknown" } },
{ "digest": "sha256:ddd", "platform": { "os": "unknown", "architecture": "unknown" } }
]
}