<PackageReference Include="NJsonSchema" Version="11.3.2" />

XmlObjectExtension

public static class XmlObjectExtension
public static void GenerateXmlObjectForArrayType(this JsonSchema schema)

public static void GenerateXmlObjectForItemType(this JsonSchema schema, CachedType type)

public static void GenerateXmlObjectForProperty(this JsonSchemaProperty propertySchema, ContextualType type, string propertyName)

Generates XMLObject structure for a property.

public static void GenerateXmlObjectForType(this JsonSchema schema, Type type)

Generate XML object for a JSON Schema definition.