File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ # Swagger Specification JSON Schemas
2+
3+ This is only JSON Schema file for Swagger version 2.0. Download and Install it via NPM or Bower.
4+
5+ ## Install via NPM
6+
7+ ``` shell
8+ npm install --save swagger-schema-official
9+ ```
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+ ## License
23+
24+ MIT
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " swagger-schema" ,
3+ "version" : " 2.0.0-b6411e9" ,
4+ "homepage" : " https://github.com/wordnik/swagger-schema" ,
5+ "authors" : [
6+ " ''"
7+ ],
8+ "description" : " Swagger JSON Schema" ,
9+ "keywords" : [
10+ " swagger" ,
11+ " schema" ,
12+ " api"
13+ ],
14+ "license" : " MIT"
15+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " swagger-schema-official" ,
3+ "version" : " 2.0.0-b6411e9" ,
4+ "description" : " Swagger JSON Schema " ,
5+ "scripts" : {
6+ "test" : " echo \" Error: no test specified\" && exit 1"
7+ },
8+ "keywords" : [
9+ " swagger" ,
10+ " schema" ,
11+ " api"
12+ ],
13+ "author" : " " ,
14+ "license" : " ISC"
15+ }
You can’t perform that action at this time.
0 commit comments