Add extension to operations
For every operation custom extension can be set.
&openapi.Get{
Summary: "Get User",
Description: "Get User with given ID",
Extensions: map[string]interface{}{"x-custom": "test", "x-custom1": map[string]string{"test": "test"}},
...