Feature 10915: SOL003 STD Support for OSM

Added the openapi information for the SOL003 STD support APIs

Change-Id: Ib384f631a4766406553ee58b685e1db4de4ca7c1
Signed-off-by: selvi.j <selvi.j@tataelxsi.co.in>
9 files changed
tree: 4bc430fcf3a4343e05d2f49678d32f02524a212b
  1. .gitignore
  2. CONTRIBUTING.md
  3. Dockerfile
  4. Jenkinsfile
  5. LICENSE
  6. README.md
  7. devops-stages/
  8. src/
README.md

SOL003

This repository contains the NB specification of OSM for ETSI NFV SOL003-based API calls.

Getting Started

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.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache2 License - see the LICENSE.md file for details

Acknowledgments