Add optional attribute to specification fields
-
auxiliary-info
is specified as an optional field. -
lvcnrcheck
gives a return code of0
if the only failing fields are option and missing.However if fields are present and fail for other reasons (for example wrong type such as
str
when it should beint
) then the return code will be1
.