MUST have info version
The info
object MUST have a version
property that follows semantic rules to distinguish API versions.
Invalid Example
info:
title: ...
description: ...
version: 1
<...>
Valid Example
info:
title: ...
description: ...
version: 1.1.0
...