from enum value: VOLUME_MODE_BLOCK = 1;
buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value 0
is a fallback(meaning "unspecified") in protobuf3. this usage here is an error; it shall be fixed with v2.0 of this very schema
from enum value: VOLUME_MODE_FILESYSTEM = 0;
Generated
from enum cyclonedx.v1_6.Volume.VolumeMode