zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/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 }