RicoSuter / NJsonSchema

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

Question: how do I force a draft version? #1607

Open jstafford5380 opened 1 year ago

jstafford5380 commented 1 year ago

I'm trying to generate a schema from a type and that type has examples in the xml comments/docs. The problem is that it is generating a draft-04 schema and thus the examples are ending up in a property called x-examples instead of simply examples.