jsf icon indicating copy to clipboard operation
jsf copied to clipboard

support for string duration format

Open khelnagar opened this issue 2 years ago • 2 comments

simply generate fixed length string {10} that contains 0-9 digits https://json-schema.org/understanding-json-schema/reference/string.html#dates-and-times

khelnagar avatar Jun 30 '22 18:06 khelnagar

Single digit doesn't seem to cover all of ISO 8601

https://datatracker.ietf.org/doc/html/rfc3339#appendix-A

ghandic avatar Jun 30 '22 23:06 ghandic

"For example, P3D expresses a duration of 3 days."

ghandic avatar Jun 30 '22 23:06 ghandic

Moved the PR to this one to avoid all of the formatting issues https://github.com/ghandic/jsf/pull/49/files

ghandic avatar Jan 02 '23 07:01 ghandic