swagger-parser
swagger-parser copied to clipboard
If the tag such as example under the info tag is empty, the value is parsed as string of 'null'
The cause is that the NullNode is not considered during parsing. The problem lies in swagger-parser-v3.
The problem lies in swagger-parser-v3.
The description tag is removed from the swagger definition when it is empty. Could you please look into the issue?
Hi @hasuniea can you please provide a spec so I can reproduce the issue? thanks