You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
248 B
14 lines
248 B
3 years ago
|
# OpenAPI Specification v2.0 JSON Schema
|
||
|
|
||
|
This is the JSON Schema file for the OpenAPI Specification version 2.0. Download and install it via NPM.
|
||
|
|
||
|
## Install via NPM
|
||
|
|
||
|
```shell
|
||
|
npm install --save swagger-schema-official
|
||
|
```
|
||
|
|
||
|
## License
|
||
|
|
||
|
Apache-2.0
|