e.g
type T struct {
ExternalDocs *openapi3.ExternalDocs `json:"externalDocs,omitempty"`
}
can only recognize like
externaldocs:
description: "Find out more about Swagger"
url: "http://swagger.io"
but the official demo definition should be :
externalDocs:
description: "Find out more about Swagger"
url: "http://swagger.io"
e.g
can only recognize like
but the official demo definition should be :