NJsonSchema icon indicating copy to clipboard operation
NJsonSchema copied to clipboard

JSON Schema reader, generator and validator for .NET

Results 235 NJsonSchema issues
Sort by recently updated
recently updated
newest added

https://github.com/RSuter/NJsonSchema/commit/db216b044223d828d8fcd49aef0608e34989bddd https://github.com/RSuter/NSwag/issues/1280

type: enhancement

Came across a schema having field `additionalProperties` which clashes with the generated `[JsonExtensionData] AdditionalProperties`. Added simple increment for the property name as more than two feels rare enough. Edit: this...

Hi, Version: NJsonSchema and NJsonSchema.Yaml v10.9.0 When generating a schema from Yaml that contains boolean values, such the Source Object shown below. The generated schema defines an object with a...

I have a schema that contains a MasterData like this: ``` "MasterDataDto": { "required": ["companyId", "deleted", "masterDataTypeName", "message", "publicId", "synchronizedVersion", "version"], "type": "object", "properties": { "masterDataTypeName": { "type": "string" },...

You are creating great software, thank you very much for that. An improvement could be a better display of the license for each file. I am a license compliance expert...

Hello, I was wondering if you would be open to making retrieving a type's members a virtual method so it could be customized here. https://github.com/RicoSuter/NJsonSchema/blob/master/src/NJsonSchema/Generation/JsonSchemaGenerator.cs#L884 The need for this is...

I have a model where when serialized to JSON some properties should be ignored, but they should still be included in the JSON schema - I didn't see a way...

No solution, just a failing test case to reproduce the problem.

state: conflicts