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