jsonschema2md icon indicating copy to clipboard operation
jsonschema2md copied to clipboard

Add support for `pattern` for regex constrained properties.

Open jjrdk opened this issue 4 months ago • 3 comments

The JSON Schema spec includes the pattern constraint for properties, but this gets ignored when generating the markdown. This PR fixes this.

The _construct_description_line function has been extended to also look for the pattern keyword and the markdown generation test has been updated to include a pattern constrained property.

jjrdk avatar Oct 06 '24 20:10 jjrdk