| commit | 73681fc03c83bce8a7247ee96c9e40951c16d33c | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue May 31 13:08:44 2022 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue May 31 13:08:44 2022 +0200 |
| tree | 8fc82f3860e3185f1620ad884330dabcce470e53 | |
| parent | 77856761378bb45d3aeef31970f267e588318b7d [diff] |
Fix indentation issues in VNFLifecycleManagement.yaml Change-Id: I6b7d53735ad8767fb2cbeede517faae79c2d957f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
This repository contains the NB specification of OSM for ETSI NFV SOL003-based API calls.
Install nodeJS and install the following packages using npm:
npm install --save @openapi-contrib/json-schema-to-openapi-schema npm install -g swagger-cli npm install -g speccy
They will be used to test if your changes are conformant to OpenAPI
Run the following to test your changes:
./devops-stages/stage-test.sh
The script will go through all your OpenAPI files and run swagger-cli validate and speccy lint over them.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache2 License - see the LICENSE.md file for details