File tree 4 files changed +10
-46
lines changed
4 files changed +10
-46
lines changed Original file line number Diff line number Diff line change 20
20
"dependencies" : {},
21
21
"devDependencies" : {
22
22
"mdv" : " ^1.0.7"
23
- }
23
+ },
24
+ "keywords" : [
25
+ " OpenAPI" ,
26
+ " OAS" ,
27
+ " Swagger" ,
28
+ " schema" ,
29
+ " API"
30
+ ]
24
31
}
Original file line number Diff line number Diff line change 1
- # Swagger Specification JSON Schemas
1
+ # OpenAPI Specification v2.0 JSON Schema
2
2
3
- This is only JSON Schema file for Swagger version 2.0. Download and Install it via NPM or Bower .
3
+ This is the JSON Schema file for the OpenAPI Specification version 2.0. Download and install it via NPM.
4
4
5
5
## Install via NPM
6
6
7
7
``` shell
8
8
npm install --save swagger-schema-official
9
9
```
10
10
11
- #### Install 1.2 version via NPM
12
-
13
- ``` shell
14
- npm install --save
[email protected]
15
- ```
16
- ## Install via Bower
17
-
18
- ``` shell
19
- bower install --save swagger-schema
20
- ```
21
-
22
11
## License
23
12
24
13
Apache-2.0
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments