Skip to content

Commit 1e1b03b

Browse files
committedJun 4, 2015
License and link cleanup
1 parent 7834685 commit 1e1b03b

33 files changed

+69
-78
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014 Reverb Technologies, Inc.
1+
Copyright 2015 SmartBear Software
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ These are third party tools generated by the Swagger community:
181181

182182
## License
183183

184-
Copyright 2014 Reverb Technologies, Inc.
184+
Copyright 2015 SmartBear Software
185185

186186
Licensed under the Apache License, Version 2.0 (the "License");
187187
you may not use this file except in compliance with the License.

‎examples/v2.0/yaml/petstore-expanded.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ info:
33
version: 1.0.0
44
title: Swagger Petstore
55
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/
77
contact:
8-
name: Wordnik API Team
8+
name: Swagger API Team
99
email: foo@example.com
1010
url: http://madskristensen.net
1111
license:
1212
name: MIT
1313
url: http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT
14-
host: petstore.swagger.wordnik.com
14+
host: petstore.swagger.io
1515
basePath: /api
1616
schemes:
1717
- http

‎examples/v2.0/yaml/petstore.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
title: Swagger Petstore
55
license:
66
name: MIT
7-
host: petstore.swagger.wordnik.com
7+
host: petstore.swagger.io
88
basePath: /v1
99
schemes:
1010
- http

‎fixtures/v1.2/helloworld/server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# All-in-one Static Hello World Sample
22

3-
This sample project provides an all-one-one package demo for the Hello World sample described in the [wiki](https://github.com/wordnik/swagger-spec/wiki/Hello-World-Sample).
3+
This sample project provides an all-one-one package demo for the Hello World sample described in the [wiki](https://github.com/swagger-api/swagger-spec/wiki/Hello-World-Sample).
44

55
## Requirements
66

‎fixtures/v1.2/helloworld/server/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.wordnik</groupId>
5-
<artifactId>wordnik-swagger-demo</artifactId>
4+
<groupId>io.swagger</groupId>
5+
<artifactId>swagger-demo</artifactId>
66
<packaging>jar</packaging>
7-
<name>wordnik-swagger-demo</name>
7+
<name>swagger-demo</name>
88
<version>1.0.1-SNAPSHOT</version>
99
<prerequisites>
1010
<maven>2.2.0</maven>
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Static Hello World Sample Files
22

3-
This sample project provides the static files to be hosted in your web server, following the Hello World sample described in the [wiki](https://github.com/wordnik/swagger-spec/wiki/Hello-World-Sample).
3+
This sample project provides the static files to be hosted in your web server, following the Hello World sample described in the [wiki](https://github.com/swagger-api/swagger-spec/wiki/Hello-World-Sample).

‎fixtures/v2.0/json/resources/cascadingSchemes.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/commonParameters.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/multipleMimeTypes.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/resourceWithExamplePayload.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",
@@ -29,7 +29,7 @@
2929
],
3030
"paths": {
3131
"/pets/{petId}": {
32-
"$ref": "https://raw.githubusercontent.com/reverb/swagger-spec/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json"
32+
"$ref": "https://raw.githubusercontent.com/swagger-api/swagger-spec/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json"
3333
}
3434
},
3535
"definitions": {

‎fixtures/v2.0/json/resources/resourceWithRelativeHost.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/reusableParameters.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/securityExample.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",
@@ -140,7 +140,7 @@
140140
"admin:public_key": "Fully manage public keys."
141141
},
142142
"flow": "implicit",
143-
"authorizationUrl": "http://petstore.swagger.wordnik.com/oauth/dialog"
143+
"authorizationUrl": "http://petstore.swagger.io/oauth/dialog"
144144
},
145145
"internalApiKey": {
146146
"type": "apiKey",

‎fixtures/v2.0/json/resources/stringPathParamResource.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.9-abcd",
55
"title": "Swagger Sample API",
66
"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/",
88
"contact": {
9-
"name": "wordnik api team",
10-
"url": "http://developer.wordnik.com"
9+
"name": "Swagger API Team",
10+
"url": "http://swagger.io"
1111
},
1212
"license": {
1313
"name": "Creative Commons 4.0 International",

‎fixtures/v2.0/json/resources/taggedResource.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"swagger": "2.0",
3-
"x-reverb": {
3+
"x-swagger": {
44
"addAnythingYouWant": true
55
},
66
"info": {
7-
"x-reverb-info": "this is an example",
7+
"x-swagger-info": "this is an example",
88
"version": "1.0.9-abcd",
99
"title": "Swagger Sample API",
1010
"description": "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification",
11-
"termsOfService": "http://helloreverb.com/terms/",
11+
"termsOfService": "http://swagger.io/terms/",
1212
"contact": {
13-
"name": "wordnik api team",
14-
"url": "http://developer.wordnik.com"
13+
"name": "Swagger API Team",
14+
"url": "http://swagger.io"
1515
},
1616
"license": {
1717
"name": "Creative Commons 4.0 International",
@@ -37,7 +37,7 @@
3737
}
3838
],
3939
"paths": {
40-
"x-reverb-path-info": "vendor info",
40+
"x-swagger-path-info": "vendor info",
4141
"/pets": {
4242
"x-vendor-method": {},
4343
"get": {

‎fixtures/v2.0/json/resources/vendorExtensionExamples.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"swagger": "2.0",
3-
"x-reverb": {
3+
"x-swagger": {
44
"addAnythingYouWant": true
55
},
66
"info": {
7-
"x-reverb-info": "this is an example",
7+
"x-swagger-info": "this is an example",
88
"version": "1.0.9-abcd",
99
"title": "Swagger Sample API",
1010
"description": "A sample API that uses a petstore as an example to demonstrate features in the swagger-2.0 specification",
11-
"termsOfService": "http://helloreverb.com/terms/",
11+
"termsOfService": "http://swagger.io/terms/",
1212
"contact": {
13-
"name": "wordnik api team",
14-
"url": "http://developer.wordnik.com"
13+
"name": "Swagger API Team",
14+
"url": "http://swagger.io"
1515
},
1616
"license": {
1717
"name": "Creative Commons 4.0 International",
@@ -32,7 +32,7 @@
3232
"application/xml"
3333
],
3434
"paths": {
35-
"x-reverb-path-info": "vendor info",
35+
"x-swagger-path-info": "vendor info",
3636
"/pets": {
3737
"x-vendor-method": {},
3838
"get": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": {
66
"name": "Tony Tam",
77
"email": "fehguy@gmail.com",
8-
"url": "http://developer.wordnik.com"
8+
"url": "http://swagger.io"
99
},
1010
"license": "Apache",
1111
"readmeFilename": "README.md",

‎schemas/v1.2/apiDeclaration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/apiDeclaration.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/apiDeclaration.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "swaggerVersion", "basePath", "apis" ],

‎schemas/v1.2/authorizationObject.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/authorizationObject.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/authorizationObject.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"additionalProperties": {

‎schemas/v1.2/dataType.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/dataType.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/dataType.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"description": "Data type as described by the specification (version 1.2)",
55
"type": "object",

‎schemas/v1.2/dataTypeBase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/dataTypeBase.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/dataTypeBase.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"description": "Data type fields (section 4.3.3)",
55
"type": "object",

‎schemas/v1.2/infoObject.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/infoObject.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/infoObject.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"description": "info object (section 5.1.3)",
55
"type": "object",

‎schemas/v1.2/modelsObject.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/modelsObject.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/modelsObject.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "id", "properties" ],

‎schemas/v1.2/oauth2GrantType.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/oauth2GrantType.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/oauth2GrantType.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"minProperties": 1,

‎schemas/v1.2/operationObject.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/operationObject.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/operationObject.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"allOf": [

‎schemas/v1.2/parameterObject.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/parameterObject.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/parameterObject.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"allOf": [

‎schemas/v1.2/resourceListing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/resourceListing.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/resourceListing.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "swaggerVersion", "apis" ],

‎schemas/v1.2/resourceObject.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "http://wordnik.github.io/schemas/v1.2/resourceObject.json#",
2+
"id": "http://swagger-api.github.io/schemas/v1.2/resourceObject.json#",
33
"$schema": "http://json-schema.org/draft-04/schema#",
44
"type": "object",
55
"required": [ "path" ],

‎schemas/v2.0/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swagger-schema",
33
"version": "2.0.0-96305d9",
4-
"homepage": "https://github.com/wordnik/swagger-schema",
4+
"homepage": "https://github.com/swagger-api/swagger-schema",
55
"authors": [
66
"''"
77
],

0 commit comments

Comments
 (0)