Get desktop application:
View/edit binary Protocol Buffers messages
Proto representation of the in-toto v1 ResourceDescriptor. https://github.com/in-toto/attestation/blob/main/spec/v1/resource_descriptor.md Validation of all fields is left to the users of this proto.
Used in:
, , , , , , , ,Per the Struct protobuf spec, this type corresponds to a JSON Object, which is truly a map<string, Value> under the hood. So, the Struct a) is still consistent with our specification for the `annotations` field, and b) has native support in some language bindings making their use easier in implementations. See: https://pkg.go.dev/google.golang.org/protobuf/types/known/structpb#Struct
Proto representation of the in-toto v1 Statement. https://github.com/in-toto/attestation/tree/main/spec/v1 Validation of all fields is left to the users of this proto.
Expected to always be "https://in-toto.io/Statement/v1"