// TestCompatibility verifies that the types in extender/v1 can be successfully encoded to json and decoded back, even when lowercased, // since these types were written around JSON tags and we need to enforce consistency on them now. // @TODO(88634): v2 of these types should be defined with proper JSON tags to enforce field casing to a single approach func TestCompatibility(t *testing.T) { … }