| commit | 77856761378bb45d3aeef31970f267e588318b7d | [log] [tgz] |
|---|---|---|
| author | selvi.j <selvi.j@tataelxsi.co.in> | Fri Apr 29 07:15:26 2022 +0000 |
| committer | jayaramans <selvi.j@tataelxsi.co.in> | Tue May 24 13:34:25 2022 +0200 |
| tree | 6cfa3277cc9b57a64fe1ae25af6745c8daf3ea63 | |
| parent | ed6144d44b2dcc009a678cf1d403cc8081035139 [diff] |
Feature 10926 - Subscription feature for SOL003 VNF-LCM Added the subscription openapi information for SOL003 Life cycle management interface Change-Id: I418ad03775758e4728c4dec7b7a139fc01dc8e05 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