JsonSchemaVisitorBase
Visitor to transform an object with JsonSchema4 objects.
protected JsonSchemaVisitorBase()
protected abstract Task<JsonSchema4> VisitSchemaAsync(JsonSchema4 schema, string path, string typeNameHint)
Called when a JsonSchema4 is visited.