You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an object type appears within an Env yaml file, the resulting variable reference does not type check unless the custom_type: <type_name> metadata tag is set. The rule schema for a template supports anonymous types by way of dynamically assigning type names derived from context. The same should be true for variable and function declarations within an Env.
The text was updated successfully, but these errors were encountered:
When an object type appears within an
Env
yaml file, the resulting variable reference does not type check unless thecustom_type: <type_name>
metadata tag is set. The rule schema for a template supports anonymous types by way of dynamically assigning type names derived from context. The same should be true for variable and function declarations within anEnv
.The text was updated successfully, but these errors were encountered: