I have a type which uses two bytes to specify a type, although all the currently allowed values fit into a single byte. Vest seems to try to use the smallest type possible, however, this does not match the format.
My current workaround is to add a value to the enum, for example:
However, it would be useful if the Vest syntax allowed me to be explicit. I could not find if this feature existed based on the documentation.
I have a type which uses two bytes to specify a type, although all the currently allowed values fit into a single byte. Vest seems to try to use the smallest type possible, however, this does not match the format.
My current workaround is to add a value to the enum, for example:
However, it would be useful if the Vest syntax allowed me to be explicit. I could not find if this feature existed based on the documentation.