ISchemaDefinitionAppender public interface ISchemaDefinitionAppender Appends a schema to the definition list of the root object. Documentation Code object RootObject { get; set; } Gets or sets the root object to append schemas to. void Append(JsonSchema4 objectToAppend) Appends the schema to the root object.