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