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

Display or Description attributes from System.ComponentModel(.DataAnnotations) on enum values currently do not result in readable output on the JSON schema. This change adds the x-enumMetaData array with objects that have...

state: conflicts

Replaces #1055

state: await-response
state: conflicts

https://github.com/RicoSuter/NJsonSchema/issues/1586

state: conflicts

Currently all uri formatted strings will translate into System.Uri, and it's not desired in every situation. This change make it possible for the user to not use the System.Uri and...

type: discussion

to override default resolved type

type: discussion

Description fields in Swagger can be in markdown or html. There are multiple cases where a markdown syntax och html syntax have a corresponding xml comment syntax. It would be...

I'd like to load a schema that has $refs to other json files with http urls. Currently NJsonSchema throws exceptions saying it can't resolve those references. Do you have plans...

type: bug

SampleJsonSchemaGenerator created an unnecessary\wrong references make a flag that creating a schema without references Proposal flag name, bool standalone = false

System.Text.Json when deserializing polymorphic objects expects `$discriminator` to be at the start of the object (https://github.com/dotnet/runtime/issues/72604). In actual [toJSON method template](https://github.com/RicoSuter/NJsonSchema/blob/ed250a8b9c4f86a4da40cf0061cf0172cdea0449/src/NJsonSchema.CodeGeneration.TypeScript/Templates/Class.liquid#L139) discriminator and base class properties are added to the...