Skip to content

Missing requirement that non-zero-padded version numbers are prefixed with 'v' #532

Description

@pwinckles

Spec:

The sequence of version numbers is the sequence of positive, base-ten integers: 1, 2, 3, etc., and the version directory name is constructed by adding the prefix v.

Validation codes:

  • E009: ‘The version number sequence MUST start at 1 and must be continuous without missing integers.’
  • E010: ‘The version number sequence must start at 1 and MUST be continuous without missing integers.’
  • E011: ‘If zero-padded version directory numbers are used then they must start with the prefix v and then a zero.’

There is no code requiring non-zero-padded version numbers to begin with v. I assume this is because the spec is missing a MUST in the quoted sentence.

Metadata

Metadata

Assignees

Labels

OCFL ObjectReady for ReviewReady for review by editorial groupValidationValidation errors, warnings and other issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions