The example in the Public Key Identifier section in content/en/about/bundle.md seems to be wrong.
The protobuf specification contains
dev.sigstore.common.v1.PublicKeyIdentifier public_key = 1 [(google.api.field_behavior) = REQUIRED];
which gets translated into a json publicKey element name.
The example in the
Public Key Identifiersection incontent/en/about/bundle.mdseems to be wrong.The protobuf specification contains
which gets translated into a json
publicKeyelement name.