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

JsonXmlObject

public class JsonXmlObject
A description of a JSON property of a JSON object (used in Swagger specifications).
public bool Attribute { get; }

Gets or sets if the property definition translates into an attribute instead of an element.

public string Name { get; }

Gets or sets the name of the xml object.

public string Namespace { get; }

Gets or sets the URL of the namespace definition.

public JsonSchema ParentSchema { get; }

Gets the parent schema of the XML object schema.

public string Prefix { get; }

Gets or sets the prefix for the name.

public bool Wrapped { get; }

Gets or sets if the array elements are going to be wrapped or not.

public JsonXmlObject()