konigio / konig

A collection of tools for semantic modeling
4 stars 4 forks source link

Unique number for JSON Schema case documentation #1679

Closed gmcfall closed 4 years ago

gmcfall commented 4 years ago

If a given schema has multiple logical constraint sets (allOf, oneOf, anyOf), then each set will start the numbering of cases over again.

In this case, I want each set of constraints to have its own number. For instance, 1.1, 1.2, ... for allOf, then 2.1, 2.2, ... for oneOf, etc.