zotregistry.dev/zot@v1.4.4-0.20240314164342-eec277e14d20/pkg/meta/proto/oci/versioned.proto (about) 1 syntax = "proto3"; 2 package oci_v1; 3 4 // https://github.com/opencontainers/image-spec/blob/main/specs-go/versioned.go 5 6 message Versioned { 7 int32 SchemaVersion = 1; 8 }