diff --git a/schema.go b/schema.go index 8f25d6f7d..0e72f65d7 100644 --- a/schema.go +++ b/schema.go @@ -104,7 +104,8 @@ func IsGolangPrimitiveType(typeName string) bool { "float32", "float64", "bool", - "string": + "string", + "any": return true }