SuccessConsole 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:10141) 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:10163) ExperimentalWarning: The fs.promises API is experimental
WlanInformationApi.yaml is valid
Specification is valid, with 0 lint errors
--- Validator returned 0, linter returned 0.
-- Final validation returns 0.