Expected field was not a string
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/field-not-a-string/v1
HTTP status: 422
Exit code: 2
Emitted by: mif-frontmatter (FrontmatterError::FieldNotAString)
Message
Section titled “Message”field '{field}' is not a stringA field this crate requires to be a string (typically id in
md_to_jsonld, or @id in jsonld_to_md) held a non-string YAML/JSON
value instead (e.g. a number).
Suggested fix
Section titled “Suggested fix”MaybeIncorrect — correct the offending field’s type in the document.