| commit | ed6144d44b2dcc009a678cf1d403cc8081035139 | [log] [tgz] |
|---|---|---|
| author | almagia <silvia.almagia@etsi.org> | Tue May 17 14:11:58 2022 +0200 |
| committer | almagia <silvia.almagia@etsi.org> | Tue May 17 14:11:58 2022 +0200 |
| tree | 4bc430fcf3a4343e05d2f49678d32f02524a212b | |
| parent | 199b1b0913c839c3874694595393034283289c5e [diff] |
Revert "Revert "Feature 10915: SOL003 STD Support for OSM"" This reverts commit 199b1b0913c839c3874694595393034283289c5e. As requested by TSC Chair Change-Id: I0f3b7c3d9dfdde805b6edcd7fb7cc83e40819cad
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