I just noticed that the Swagger struct was renamed to T in v0.61.0 / PR #351
Would it be possible to use a more descriptive name? Perhaps something like Specification?
T is documented here with the following description:
T is the root of an OpenAPI v3 document
https://pkg.go.dev/github.com/getkin/kin-openapi@v0.61.0/openapi3#T
It seems Specification would be easier to understand. Document would be ok but with less context. T seems more difficult to comprehend and unusual as no other public struct name uses a single letter.
I just noticed that the
Swaggerstruct was renamed toTinv0.61.0/ PR #351Would it be possible to use a more descriptive name? Perhaps something like
Specification?Tis documented here with the following description:https://pkg.go.dev/github.com/getkin/kin-openapi@v0.61.0/openapi3#T
It seems
Specificationwould be easier to understand.Documentwould be ok but with less context.Tseems more difficult to comprehend and unusual as no other public struct name uses a single letter.