http-spec
http-spec copied to clipboard
fix(oas): extensions on tags is incorrectly spread
INodeTag
extends ISpecExtensions
and as such should have extensions
property containing all collected spec extensions.
We accidentally spread extensions
causing all spec extensions to be placed among other INodeTag members.