FailedConsole Output

+ bash ./scripts/cli-validate-openapis.sh ./apis
------ Switching to ./apis folder --------
------ Content of the folder ------
LICENSE
MEC029_FAI.json
MEC029_FAI.yaml
proto3
README.md
------ Validating all YAML files ------
-- Validating and linting OpenAPI file MEC029_FAI.json...
(node:15857) 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.
-- Validating and linting OpenAPI file MEC029_FAI.yaml...
(node:15879) 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.