orderly icon indicating copy to clipboard operation
orderly copied to clipboard

support for patternProperties

Open fyyyyy opened this issue 8 years ago • 0 comments

This should be fairly simple i hope, since all it needs is to rename "properties" into "patternProperties" if a regex is detected as key

e.g.

object {
   string name;
   string /^[0-6]d/;
}

http://spacetelescope.github.io/understanding-json-schema/reference/object.html#pattern-properties

fyyyyy avatar Mar 10 '16 16:03 fyyyyy