RicoSuter / NJsonSchema

JSON Schema reader, generator and validator for .NET
http://NJsonSchema.org
MIT License
1.37k stars 529 forks source link

Empty templates for annotation of enum and members #1693

Closed martindamgaardlorensen closed 2 months ago

martindamgaardlorensen commented 4 months ago

Extended generation of enumerations to allow for additional annotation of the enum itself and for its members.

Currently it is only possible to make this type of extension by cloning and adjusting the enum.liquid file locally in which case future changes to this will be "lost".

Similar changes was done in #516 and #522 (annotation of class and class properties).