Generate JsonSchema from liquid Object

39 Views Asked by At

It is my first time to use liquid.

I generate class from xsd for my c# application.

I need to dynamically generate Jsonschema from liquid c# object.

someone can help please ?

I try to generate json schema dynamically with liquid c# object

1

There are 1 best solutions below

0
Liquid Support Team On

Liquid XML Objects support round-trip of XML to JSON, but you cannot dynamically create a JSON schema from the objects.

You can Infer a JSON Schema from a JSON Document, but this would be a manual task from within Liquid Studio.

You can also Convert an XSD to a JSON Schema, but again this would be a manual task within Liquid Studio.