We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5561f8 commit 9ced66cCopy full SHA for 9ced66c
src/Confluent.SchemaRegistry.Rules/CelFieldExecutor.cs
@@ -65,7 +65,7 @@ public async Task<object> Transform(RuleContext ctx, RuleContext.FieldContext fi
65
{ "fullName", fieldCtx.FullName },
66
{ "name", fieldCtx.Name },
67
{ "typeName", fieldCtx.Type.ToString().ToUpper() },
68
- { "tags", fieldCtx.Tags },
+ { "tags", fieldCtx.Tags.ToList() },
69
{ "message", message }
70
}
71
);
0 commit comments