You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is quite simple it's only about moving the root externalDocs into the info object to simplify root.
before:
info:
# (existing) info objectexternalDocs:
# link to some external documentation about the API
after:
info:
# (existing) info object + externalDocs(... same properties as existing info object)externalDocs:
# (existing) Moving externalDocs from root to info
The text was updated successfully, but these errors were encountered:
arno-di-loreto
changed the title
Structural improvements to simplify root: move root externalDocs to info
Structural improvements: move root externalDocs to info
May 8, 2016
I'm not sure I see the benefits. Yes the root has one less property, but now the info object has one more. What is the benefit of having less properties in the root?
I don't feel strongly one way or the other, but if we are going to make a breaking change then I think we should have a fairly good justification.
This issue is quite simple it's only about moving the root
externalDocs
into theinfo
object to simplify root.before:
after:
The text was updated successfully, but these errors were encountered: