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