We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db454c commit f9746fdCopy full SHA for f9746fd
thrift/metadata.thrift
@@ -429,4 +429,7 @@ struct metadata {
429
// The metadata associated with each block. Maps from block
430
// number to index into `categorization_metadata_json`.
431
32: optional map<UInt32, UInt32> block_category_metadata
432
+
433
+ // version strings for all metadata versions
434
+ 33: optional list<string> metadata_version_history
435
}
0 commit comments