Alexis Guerville
Alexis Guerville
Would love this too!
Is there any news on this? I really want to use federation and autocert together to link my CAs in my k8s clusters.
Happy to see I'm not the only one trying to do that. I tried too but didn't get anywhere. I don't know much about the internals of ng2-konva either so...
I love the idea of being able to add description and examples to fields. And we do have a need like that. I don't know about implementation though. I think...
Sorry about that! That looks like it's my bad.
Although, I just tried from master, and I don't see the issue you're mentioning.
```go // @openapi:schema type TestStruct struct { Hello string `json:"hello"` } // @openapi:schema type TestArray []TestStruct ``` Gives me: ```yaml TestArray: type: array items: $ref: '#/components/schemas/TestStruct' TestStruct: type: object properties:...
```go // @openapi:schema type TestStruct struct { Hello string `json:"hello"` } // @openapi:schema type TestWrapStruct struct { Wrap TestStruct `json:"wrap"` } ``` Gives me: ```yaml TestStruct: type: object properties: hello:...
Hmm. I got confused by the first example in the description of the PR. I do have the issue when using the slice type in another struct.
Ultimately, I think adding a way to add federated roots post-boostrap would be great because currently there's no way to do that.