The time-secfrac part of the time validation regex was added with https://github.com/tlivings/enjoi/pull/66. Currently it is a 3 digit fraction. But as stated in https://github.com/java-json-tools/json-schema-validator/issues/143 it actually needs to be a one or more number of digits. I couldn't find an exact explanation for the 1*DIGIT format stated in RFC3339, but it seems that's the case. It would be great to hear what @nevezide thinks about this.
The
time-secfrac
part of the time validation regex was added with https://github.com/tlivings/enjoi/pull/66. Currently it is a 3 digit fraction. But as stated in https://github.com/java-json-tools/json-schema-validator/issues/143 it actually needs to be a one or more number of digits. I couldn't find an exact explanation for the1*DIGIT
format stated in RFC3339, but it seems that's the case. It would be great to hear what @nevezide thinks about this.