Closed ghost closed 4 years ago
It doesn’t, sorry.
It's possible with this Library. 👍
Package: NJsonSchema Type: NJsonSchema.Generation.SampleJsonSchemaGenerator The SampleJsonSchemaGenerator generates a JSON Schema from sample JSON data.
var schema = JsonSchema.FromSampleJson("..."); var schemaJson = schema.ToJson();
Also check out https://json-schema.org/implementations.html#generators-from-schemas on the official JSON Schema website
Hi,
Do you know if this module can generate a schema from JSON data ?
Thx