loosen validation for duration check
For some swagger examples, durations are not case sensitive. Loosen validation regex could make them compatible. But if it should be tightly aligned with spec, just correct me.
@tadelesh, it doesn't recognize the lowercase in durations format.
Some libraries loosen the condition to lowercase. But if you think it should be fixed with example, I'm OK with that. Besides, will lint rule check the example value of duration?
@tadelesh, it doesn't recognize the lowercase in durations format.
Some libraries loosen the condition to lowercase. But if you think it should be fixed with example, I'm OK with that. Besides, will lint rule check the example value of duration?
No, it just validates the format instead of the value correctness.