| commit | ce9a9210c252cf27d8de8d99c99098749d7e69c4 | [log] [tgz] |
|---|---|---|
| author | selvi.j <selvi.j@tataelxsi.co.in> | Mon Apr 11 11:03:51 2022 +0000 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Mon May 16 23:23:36 2022 +0200 |
| tree | 4bc430fcf3a4343e05d2f49678d32f02524a212b | |
| parent | 2ea7cc6f5faa6305130784a2861909fe12c9b0ce [diff] |
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>
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