JsonSchemaAppender public class JsonSchemaAppender Appends a schema to a document (i.e. another schema). Documentation Code public object RootObject { get; } Gets the root object. protected JsonSchema RootSchema { get; } Gets the root schema. public JsonSchemaAppender(object rootObject, ITypeNameGenerator typeNameGenerator) Initializes a new instance of the JsonSchemaAppender class. public virtual void AppendSchema(JsonSchema schema, string typeNameHint) Appends the schema to the root object.