FailedConsole Output

+ bash ./scripts/cli-validate-openapis.sh ./apis
------ Switching to ./apis folder --------
------ Content of the folder ------
LICENSE
proto3
README.md
WlanInformationApi.json
WlanInformationApi.yaml
------ Validating all YAML files ------
-- Validating and linting OpenAPI file WlanInformationApi.json...
Unsupported OpenAPI version: NaN. Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2
(node:22514) ExperimentalWarning: The http2 module is an experimental API.
Specification schema is invalid.

#/
Must be an OpenAPI 3.0.x document
--- Validator returned 1, linter returned 1.
-- Validating and linting OpenAPI file WlanInformationApi.yaml...
Unsupported OpenAPI version: NaN. Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2
(node:22536) ExperimentalWarning: The http2 module is an experimental API.
Specification schema is invalid.

#/
Must be an OpenAPI 3.0.x document
--- Validator returned 1, linter returned 1.
-- Final validation returns 1.