Skip to content

File has no .version field

Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/version-missing/v1 HTTP status: 422 Exit code: 2 Emitted by: mif-rh (MifRhError::VersionMissing)

{path} has no .version

This fires when mif-rh reads a file that is expected to carry a .version field for a version-bump operation, but the field is absent entirely. Without it, there is no current version to compare a requested bump against.

MaybeIncorrect — add a .version field to the file, then retry.