File tree 7 files changed +33
-33
lines changed
7 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 7
7
"termsOfService" : " http://swagger.io/terms/" ,
8
8
"contact" : {
9
9
"name" : " Swagger API Team" ,
10
- "email" : " foo@example.com " ,
11
- "url" : " http://madskristensen.net "
10
+ "email" : " apiteam@swagger.io " ,
11
+ "url" : " http://swagger.io "
12
12
},
13
13
"license" : {
14
- "name" : " MIT " ,
15
- "url" : " http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT "
14
+ "name" : " Apache 2.0 " ,
15
+ "url" : " https ://www.apache.org/licenses/ LICENSE-2.0.html "
16
16
}
17
17
},
18
18
"host" : " petstore.swagger.io" ,
207
207
}
208
208
}
209
209
}
210
- }
210
+ }
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"title" : " Swagger Petstore" ,
6
6
"description" : " A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification" ,
7
- "termsOfService" : " http://helloreverb.com /terms/" ,
7
+ "termsOfService" : " http://swagger.io /terms/" ,
8
8
"contact" : {
9
- "name" : " Wordnik API Team" ,
10
- "email" : " foo@example.com " ,
11
- "url" : " http://madskristensen.net "
9
+ "name" : " Swagger API Team" ,
10
+ "email" : " apiteam@swagger.io " ,
11
+ "url" : " http://swagger.io "
12
12
},
13
13
"license" : {
14
- "name" : " MIT " ,
15
- "url" : " http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT "
14
+ "name" : " Apache 2.0 " ,
15
+ "url" : " https ://www.apache.org/licenses/ LICENSE-2.0.html "
16
16
}
17
17
},
18
- "host" : " petstore.swagger.wordnik.com " ,
18
+ "host" : " petstore.swagger.io " ,
19
19
"basePath" : " /api" ,
20
20
"schemes" : [
21
21
" http"
143
143
}
144
144
}
145
145
}
146
- }
146
+ }
Original file line number Diff line number Diff line change 11
11
"url" : " http://swagger.io"
12
12
},
13
13
"license" : {
14
- "name" : " MIT " ,
15
- "url" : " http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT "
14
+ "name" : " Apache 2.0 " ,
15
+ "url" : " https ://www.apache.org/licenses/ LICENSE-2.0.html "
16
16
}
17
17
},
18
18
"externalDocs" : {
230
230
}
231
231
}
232
232
}
233
- }
233
+ }
Original file line number Diff line number Diff line change 6
6
termsOfService : http://swagger.io/terms/
7
7
contact :
8
8
name : Swagger API Team
9
- email : foo@example.com
10
- url : http://madskristensen.net
9
+ email : apiteam@swagger.io
10
+ url : http://swagger.io
11
11
license :
12
- name : MIT
13
- url : http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT
12
+ name : Apache 2.0
13
+ url : https ://www.apache.org/licenses/ LICENSE-2.0.html
14
14
host : petstore.swagger.io
15
15
basePath : /api
16
16
schemes :
Original file line number Diff line number Diff line change 3
3
version : 1.0.0
4
4
title : Swagger Petstore
5
5
description : A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification
6
- termsOfService : http://helloreverb.com /terms/
6
+ termsOfService : http://swagger.io /terms/
7
7
contact :
8
- name : Wordnik API Team
9
- email : foo@example.com
10
- url : http://madskristensen.net
8
+ name : Swagger API Team
9
+ email : apiteam@swagger.io
10
+ url : http://swagger.io
11
11
license :
12
- name : MIT
13
- url : http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT
14
- host : petstore.swagger.wordnik.com
12
+ name : Apache 2.0
13
+ url : https ://www.apache.org/licenses/ LICENSE-2.0.html
14
+ host : petstore.swagger.io
15
15
basePath : /api
16
16
schemes :
17
17
- http
Original file line number Diff line number Diff line change 10
10
email : " apiteam@swagger.io"
11
11
url : " http://swagger.io"
12
12
license :
13
- name : " MIT "
14
- url : " http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT "
13
+ name : " Apache 2.0 "
14
+ url : " https ://www.apache.org/licenses/ LICENSE-2.0.html "
15
15
externalDocs :
16
16
description : " find more info here"
17
17
url : " https://swagger.io/about"
Original file line number Diff line number Diff line change 6
6
termsOfService : http://swagger.io/terms/
7
7
contact :
8
8
name : Swagger API Team
9
- email : foo@example.com
10
- url : http://madskristensen.net
9
+ email : apiteam@swagger.io
10
+ url : http://swagger.io
11
11
license :
12
- name : MIT
13
- url : http ://github.com/gruntjs/grunt/blob/master/ LICENSE-MIT
12
+ name : Apache 2.0
13
+ url : https ://www.apache.org/licenses/ LICENSE-2.0.html
14
14
servers :
15
15
- url : http://petstore.swagger.io/api
16
16
paths :
You can’t perform that action at this time.
0 commit comments