iheos-toolkit2 icon indicating copy to clipboard operation
iheos-toolkit2 copied to clipboard

Improper length requirement

Open JohnMoehrke opened this issue 1 year ago • 0 comments

https://github.com/usnistgov/iheos-toolkit2/blob/61b612a7378e1df32f8685ac13f1a14b1bf69002/validators-registry-metadata/src/main/java/gov/nist/toolkit/valregmetadata/validators/RegistryObjectValidator.java#L114C29-L114C29

this length on DocumentEntry.UniqueId requirement is legitimate only for UID type identifiers. It does not apply to URL. It should also not be applied to UUID or CDA identifiers.

JohnMoehrke avatar Oct 10 '23 21:10 JohnMoehrke