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...
(node:16191) ExperimentalWarning: The fs.promises API is experimental
WlanInformationApi.json is valid
Specification is valid, with 0 lint errors
--- Validator returned 0, linter returned 0.
-- Validating and linting OpenAPI file WlanInformationApi.yaml...
(node:16213) ExperimentalWarning: The fs.promises API is experimental
Unsupported OpenAPI version: 3.1.0. Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2, 3.0.3
Specification schema is invalid.

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