| commit | 2ea7cc6f5faa6305130784a2861909fe12c9b0ce | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Apr 05 14:56:16 2022 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue May 03 14:45:11 2022 +0200 |
| tree | 64d2856d8296240f347a017dda781529408f5e11 | |
| parent | 301b5de3fde5b6f3818f14af79bdcbc532feba09 [diff] |
Updated README to remove the template information and add simple instructions Change-Id: Ie56176144d1a9ff4810a38776a860a82a8fcfe4d 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