namespace Swagger {
diff --git a/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb b/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
index 33eebedc093..ea58b920fc2 100644
--- a/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
+++ b/samples/client/petstore/ruby/lib/petstore/api/fake_classname_tags123_api.rb
@@ -41,7 +41,7 @@ module Petstore
# verify the required parameter 'body' is set
fail ArgumentError, "Missing the required parameter 'body' when calling FakeClassnameTags123Api.test_classname" if body.nil?
# resource path
- local_var_path = "/fake_classname_test".sub('{format}','json')
+ local_var_path = "/fake_classname_test"
# query parameters
query_params = {}
diff --git a/samples/client/petstore/scala/pom.xml b/samples/client/petstore/scala/pom.xml
index 27055cbbdc6..f8c0f909c14 100644
--- a/samples/client/petstore/scala/pom.xml
+++ b/samples/client/petstore/scala/pom.xml
@@ -210,7 +210,7 @@
1.2
2.2
1.19
- 1.5.9
+ 1.5.12
1.0.5
1.0.0
2.4.2
diff --git a/samples/client/petstore/spring-cloud/pom.xml b/samples/client/petstore/spring-cloud/pom.xml
index 3fbbe9f7017..80f9232eed3 100644
--- a/samples/client/petstore/spring-cloud/pom.xml
+++ b/samples/client/petstore/spring-cloud/pom.xml
@@ -69,4 +69,4 @@
test
-
\ No newline at end of file
+
diff --git a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index b29cedcf817..b01adc6849e 100644
--- a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -166,16 +166,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
123456789
doggie
@@ -189,16 +189,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
123456789
doggie
@@ -257,16 +257,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
123456789
doggie
@@ -280,16 +280,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
123456789
doggie
diff --git a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index 6e2c98864b1..3a675425408 100644
--- a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -68,10 +68,10 @@ public class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 123
+ "key" : 0
}}, {contentType=application/xml, example=}]
- examples: [{contentType=application/json, example={
- "key" : 123
+ "key" : 0
}}, {contentType=application/xml, example=}]
- returns: RequestBuilder<[String:Int32]>
@@ -109,12 +109,12 @@ public class StoreAPI: APIBase {
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -124,12 +124,12 @@ public class StoreAPI: APIBase {
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -177,12 +177,12 @@ public class StoreAPI: APIBase {
- POST /store/order
-
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -192,12 +192,12 @@ public class StoreAPI: APIBase {
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
diff --git a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 0891f2cd372..e4aacc5b01c 100644
--- a/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -171,9 +171,9 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
@@ -190,9 +190,9 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
diff --git a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index 5527956a09d..dd512ab857b 100644
--- a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -236,16 +236,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
123456789
doggie
@@ -259,16 +259,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
123456789
doggie
@@ -344,16 +344,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
123456789
doggie
@@ -367,16 +367,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
123456789
doggie
diff --git a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index b6c59b7aff5..5cb8d755a15 100644
--- a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -102,10 +102,10 @@ public class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 123
+ "key" : 0
}}, {contentType=application/xml, example=}]
- examples: [{contentType=application/json, example={
- "key" : 123
+ "key" : 0
}}, {contentType=application/xml, example=}]
- returns: RequestBuilder<[String:Int32]>
@@ -160,12 +160,12 @@ public class StoreAPI: APIBase {
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -175,12 +175,12 @@ public class StoreAPI: APIBase {
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -245,12 +245,12 @@ public class StoreAPI: APIBase {
- POST /store/order
-
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -260,12 +260,12 @@ public class StoreAPI: APIBase {
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
diff --git a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 07c05056ea3..1110a6a0377 100644
--- a/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -257,9 +257,9 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
@@ -276,9 +276,9 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
diff --git a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index 0fac18f1f0e..4f0048bb1e8 100644
--- a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -244,16 +244,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
123456789
doggie
@@ -267,16 +267,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
} ]}, {contentType=application/xml, example=
123456789
doggie
@@ -354,16 +354,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
123456789
doggie
@@ -377,16 +377,16 @@ public class PetAPI: APIBase {
- examples: [{contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 123456789,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 123456789
+ "id" : 1
} ],
- "status" : "aeiou"
+ "status" : "available"
}}, {contentType=application/xml, example=
123456789
doggie
diff --git a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index a6c71ed31b6..ec2b44008e6 100644
--- a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -106,10 +106,10 @@ public class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 123
+ "key" : 0
}}, {contentType=application/xml, example=}]
- examples: [{contentType=application/json, example={
- "key" : 123
+ "key" : 0
}}, {contentType=application/xml, example=}]
- returns: RequestBuilder<[String:Int32]>
@@ -166,12 +166,12 @@ public class StoreAPI: APIBase {
- GET /store/order/{orderId}
- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -181,12 +181,12 @@ public class StoreAPI: APIBase {
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -253,12 +253,12 @@ public class StoreAPI: APIBase {
- POST /store/order
-
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
@@ -268,12 +268,12 @@ public class StoreAPI: APIBase {
true
}]
- examples: [{contentType=application/json, example={
- "petId" : 123456789,
- "quantity" : 123,
- "id" : 123456789,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : true,
- "status" : "aeiou"
+ "status" : "placed"
}}, {contentType=application/xml, example=
123456789
123456789
diff --git a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index e4782e6f499..a4cbb8940be 100644
--- a/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -267,9 +267,9 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
@@ -286,9 +286,9 @@ public class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 123,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 123456789,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}, {contentType=application/xml, example=
diff --git a/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index dbf493f1fc6..091e0d45664 100644
--- a/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -134,14 +134,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 7,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 4
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 5
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -157,14 +157,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 7,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 4
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 5
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -221,14 +221,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 3,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 2
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 9
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -244,14 +244,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 3,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 2
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 9
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -308,14 +308,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 8,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 2
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 8
+ "id" : 1
} ],
"status" : "available"
}}]
@@ -331,14 +331,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 8,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 2
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 8
+ "id" : 1
} ],
"status" : "available"
}}]
@@ -471,7 +471,7 @@ open class PetAPI: APIBase {
- type: oauth2
- name: petstore_auth
- examples: [{contentType=application/json, example={
- "code" : 9,
+ "code" : 0,
"type" : "aeiou",
"message" : "aeiou"
}}]
diff --git a/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index e5c05eb3f68..0b394d213d1 100644
--- a/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -66,7 +66,7 @@ open class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 5
+ "key" : 0
}}]
- returns: RequestBuilder<[String:Int32]>
@@ -109,8 +109,8 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 8,
- "quantity" : 9,
+ "petId" : 6,
+ "quantity" : 1,
"id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
@@ -124,8 +124,8 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 8,
- "quantity" : 9,
+ "petId" : 6,
+ "quantity" : 1,
"id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
@@ -176,8 +176,8 @@ open class StoreAPI: APIBase {
true
}, {contentType=application/json, example={
"petId" : 6,
- "quantity" : 6,
- "id" : 7,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
"status" : "placed"
@@ -191,8 +191,8 @@ open class StoreAPI: APIBase {
true
}, {contentType=application/json, example={
"petId" : 6,
- "quantity" : 6,
- "id" : 7,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
"status" : "placed"
diff --git a/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 4047e9a5fa8..c21366cce7d 100644
--- a/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift3/default/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -181,9 +181,9 @@ open class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 8,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 6,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}]
@@ -200,9 +200,9 @@ open class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 8,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 6,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}]
diff --git a/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index 9def73d93f1..1b4f331fc1d 100644
--- a/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -187,14 +187,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 5,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 5
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 4
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -210,14 +210,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 5,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 5
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 4
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -294,11 +294,11 @@ open class PetAPI: APIBase {
"id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 3
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 8
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -317,11 +317,11 @@ open class PetAPI: APIBase {
"id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 3
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 8
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -398,11 +398,11 @@ open class PetAPI: APIBase {
"id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 8
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 7
+ "id" : 1
} ],
"status" : "available"
}}]
@@ -421,11 +421,11 @@ open class PetAPI: APIBase {
"id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 8
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 7
+ "id" : 1
} ],
"status" : "available"
}}]
@@ -613,7 +613,7 @@ open class PetAPI: APIBase {
- type: oauth2
- name: petstore_auth
- examples: [{contentType=application/json, example={
- "code" : 7,
+ "code" : 0,
"type" : "aeiou",
"message" : "aeiou"
}}]
diff --git a/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index 8d606e128a1..13f36567382 100644
--- a/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -100,7 +100,7 @@ open class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 7
+ "key" : 0
}}]
- returns: RequestBuilder<[String:Int32]>
@@ -161,7 +161,7 @@ open class StoreAPI: APIBase {
true
}, {contentType=application/json, example={
"petId" : 6,
- "quantity" : 5,
+ "quantity" : 1,
"id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
@@ -176,7 +176,7 @@ open class StoreAPI: APIBase {
true
}, {contentType=application/json, example={
"petId" : 6,
- "quantity" : 5,
+ "quantity" : 1,
"id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
@@ -243,9 +243,9 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 9,
- "quantity" : 9,
- "id" : 3,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
"status" : "placed"
@@ -258,9 +258,9 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 9,
- "quantity" : 9,
- "id" : 3,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
"status" : "placed"
diff --git a/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index a468f08bc55..02bd372ac49 100644
--- a/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift3/promisekit/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -267,7 +267,7 @@ open class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 5,
+ "userStatus" : 6,
"phone" : "aeiou",
"id" : 0,
"email" : "aeiou",
@@ -286,7 +286,7 @@ open class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 5,
+ "userStatus" : 6,
"phone" : "aeiou",
"id" : 0,
"email" : "aeiou",
diff --git a/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift b/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
index 15cc157b59b..5c457e4eb02 100644
--- a/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
+++ b/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/PetAPI.swift
@@ -193,7 +193,7 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 6,
+ "id" : 0,
"category" : {
"name" : "aeiou",
"id" : 6
@@ -216,7 +216,7 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 6,
+ "id" : 0,
"category" : {
"name" : "aeiou",
"id" : 6
@@ -299,14 +299,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 2,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 1
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 2
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -322,14 +322,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example=[ {
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 2,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 1
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 2
+ "id" : 1
} ],
"status" : "available"
} ]}]
@@ -405,14 +405,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 8,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 7
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 7
+ "id" : 1
} ],
"status" : "available"
}}]
@@ -428,14 +428,14 @@ open class PetAPI: APIBase {
}, {contentType=application/json, example={
"photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "id" : 8,
+ "id" : 0,
"category" : {
"name" : "aeiou",
- "id" : 7
+ "id" : 6
},
"tags" : [ {
"name" : "aeiou",
- "id" : 7
+ "id" : 1
} ],
"status" : "available"
}}]
@@ -629,7 +629,7 @@ open class PetAPI: APIBase {
- type: oauth2
- name: petstore_auth
- examples: [{contentType=application/json, example={
- "code" : 9,
+ "code" : 0,
"type" : "aeiou",
"message" : "aeiou"
}}]
diff --git a/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift b/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
index 13ad904e749..ffbf34c9cd8 100644
--- a/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
+++ b/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/StoreAPI.swift
@@ -104,7 +104,7 @@ open class StoreAPI: APIBase {
- type: apiKey api_key
- name: api_key
- examples: [{contentType=application/json, example={
- "key" : 9
+ "key" : 0
}}]
- returns: RequestBuilder<[String:Int32]>
@@ -166,9 +166,9 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 0,
- "quantity" : 0,
- "id" : 2,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
"status" : "placed"
@@ -181,9 +181,9 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 0,
- "quantity" : 0,
- "id" : 2,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
"status" : "placed"
@@ -251,8 +251,8 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 4,
- "quantity" : 3,
+ "petId" : 6,
+ "quantity" : 1,
"id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
@@ -266,8 +266,8 @@ open class StoreAPI: APIBase {
aeiou
true
}, {contentType=application/json, example={
- "petId" : 4,
- "quantity" : 3,
+ "petId" : 6,
+ "quantity" : 1,
"id" : 0,
"shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
diff --git a/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift b/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
index 0961f6d8efa..a2a0cd23970 100644
--- a/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
+++ b/samples/client/petstore/swift3/rxswift/PetstoreClient/Classes/Swaggers/APIs/UserAPI.swift
@@ -277,9 +277,9 @@ open class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 2,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 7,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}]
@@ -296,9 +296,9 @@ open class UserAPI: APIBase {
"firstName" : "aeiou",
"lastName" : "aeiou",
"password" : "aeiou",
- "userStatus" : 2,
+ "userStatus" : 6,
"phone" : "aeiou",
- "id" : 7,
+ "id" : 0,
"email" : "aeiou",
"username" : "aeiou"
}}]
diff --git a/samples/client/petstore/typescript-angular2/npm/README.md b/samples/client/petstore/typescript-angular2/npm/README.md
index b92e4be434d..e983ce170f6 100644
--- a/samples/client/petstore/typescript-angular2/npm/README.md
+++ b/samples/client/petstore/typescript-angular2/npm/README.md
@@ -1,4 +1,4 @@
-## @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201703132058
+## @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201703151645
### Building
@@ -19,7 +19,7 @@ navigate to the folder of your consuming project and run one of next commando's.
_published:_
```
-npm install @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201703132058 --save
+npm install @swagger/angular2-typescript-petstore@0.0.1-SNAPSHOT.201703151645 --save
```
_unPublished (not recommended):_
diff --git a/samples/client/petstore/typescript-angular2/npm/package.json b/samples/client/petstore/typescript-angular2/npm/package.json
index be3f2281b9e..307db0564d0 100644
--- a/samples/client/petstore/typescript-angular2/npm/package.json
+++ b/samples/client/petstore/typescript-angular2/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "@swagger/angular2-typescript-petstore",
- "version": "0.0.1-SNAPSHOT.201703132058",
+ "version": "0.0.1-SNAPSHOT.201703151645",
"description": "swagger client for @swagger/angular2-typescript-petstore",
"author": "Swagger Codegen Contributors",
"keywords": [
diff --git a/samples/client/petstore/typescript-jquery/npm/package.json b/samples/client/petstore/typescript-jquery/npm/package.json
index 89b35a0787a..6db14a66a2a 100644
--- a/samples/client/petstore/typescript-jquery/npm/package.json
+++ b/samples/client/petstore/typescript-jquery/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "@swagger/angular2-typescript-petstore",
- "version": "0.0.1-SNAPSHOT.201703061507",
+ "version": "0.0.1-SNAPSHOT.201703151645",
"description": "JQuery client for @swagger/angular2-typescript-petstore",
"main": "api.js",
"scripts": {
diff --git a/samples/html/index.html b/samples/html/index.html
index 57726e2ecf8..df37d5bf5b1 100644
--- a/samples/html/index.html
+++ b/samples/html/index.html
@@ -356,18 +356,18 @@ font-style: italic;
Example data
Content-Type: application/json
[ {
- "tags" : [ {
- "id" : 7,
- "name" : "aeiou"
- } ],
- "id" : 2,
- "category" : {
- "id" : 2,
- "name" : "aeiou"
- },
- "status" : "available",
+ "photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "photoUrls" : [ "aeiou" ]
+ "id" : 0,
+ "category" : {
+ "name" : "aeiou",
+ "id" : 6
+ },
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 1
+ } ],
+ "status" : "available"
} ]
Produces
@@ -429,18 +429,18 @@ font-style: italic;
Example data
Content-Type: application/json
[ {
- "tags" : [ {
- "id" : 1,
- "name" : "aeiou"
- } ],
- "id" : 9,
- "category" : {
- "id" : 4,
- "name" : "aeiou"
- },
- "status" : "available",
+ "photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "photoUrls" : [ "aeiou" ]
+ "id" : 0,
+ "category" : {
+ "name" : "aeiou",
+ "id" : 6
+ },
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 1
+ } ],
+ "status" : "available"
} ]
Produces
@@ -502,18 +502,18 @@ font-style: italic;
Example data
Content-Type: application/json
{
- "tags" : [ {
- "id" : 5,
- "name" : "aeiou"
- } ],
- "id" : 8,
- "category" : {
- "id" : 3,
- "name" : "aeiou"
- },
- "status" : "available",
+ "photoUrls" : [ "aeiou" ],
"name" : "doggie",
- "photoUrls" : [ "aeiou" ]
+ "id" : 0,
+ "category" : {
+ "name" : "aeiou",
+ "id" : 6
+ },
+ "tags" : [ {
+ "name" : "aeiou",
+ "id" : 1
+ } ],
+ "status" : "available"
}
Produces
@@ -679,9 +679,9 @@ font-style: italic;
Example data
Content-Type: application/json
{
- "message" : "aeiou",
- "code" : 3,
- "type" : "aeiou"
+ "code" : 0,
+ "type" : "aeiou",
+ "message" : "aeiou"
}
Produces
@@ -762,7 +762,7 @@ font-style: italic;
Example data
Content-Type: application/json
{
- "key" : 9
+ "key" : 0
}
Produces
@@ -818,12 +818,12 @@ font-style: italic;
Example data
Content-Type: application/json
{
- "id" : 5,
- "petId" : 8,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
+ "shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
- "status" : "placed",
- "quantity" : 4,
- "shipDate" : "2000-01-23T04:56:07.000+00:00"
+ "status" : "placed"
}
Produces
@@ -887,12 +887,12 @@ font-style: italic;
Example data
Content-Type: application/json
{
- "id" : 6,
- "petId" : 9,
+ "petId" : 6,
+ "quantity" : 1,
+ "id" : 0,
+ "shipDate" : "2000-01-23T04:56:07.000+00:00",
"complete" : false,
- "status" : "placed",
- "quantity" : 2,
- "shipDate" : "2000-01-23T04:56:07.000+00:00"
+ "status" : "placed"
}
Produces
@@ -1109,14 +1109,14 @@ font-style: italic;
Example data
Content-Type: application/json
{
- "id" : 4,
- "lastName" : "aeiou",
- "phone" : "aeiou",
- "username" : "aeiou",
- "email" : "aeiou",
- "userStatus" : 1,
"firstName" : "aeiou",
- "password" : "aeiou"
+ "lastName" : "aeiou",
+ "password" : "aeiou",
+ "userStatus" : 6,
+ "phone" : "aeiou",
+ "id" : 0,
+ "email" : "aeiou",
+ "username" : "aeiou"
}
Produces
diff --git a/samples/html2/index.html b/samples/html2/index.html
index d4754c0d84c..8e6032c4fef 100644
--- a/samples/html2/index.html
+++ b/samples/html2/index.html
@@ -7293,7 +7293,7 @@ except ApiException as e:
- Generated 2017-03-13T21:00:41.149+01:00
+ Generated 2017-03-15T16:43:35.978+01:00
diff --git a/samples/server/petstore/aspnetcore/IO.Swagger.sln b/samples/server/petstore/aspnetcore/IO.Swagger.sln
index 4b5556c3c4e..90bfe85c64c 100644
--- a/samples/server/petstore/aspnetcore/IO.Swagger.sln
+++ b/samples/server/petstore/aspnetcore/IO.Swagger.sln
@@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
EndProjectSection
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IO.Swagger", "src\IO.Swagger\IO.Swagger.xproj", "{94E80C7B-1E0B-4A99-9EDC-AA6CADE4B45A}"
+Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IO.Swagger", "src\IO.Swagger\IO.Swagger.xproj", "{4AD738F8-0EE6-48AF-9501-113739BD4D31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,10 +15,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {94E80C7B-1E0B-4A99-9EDC-AA6CADE4B45A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {94E80C7B-1E0B-4A99-9EDC-AA6CADE4B45A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {94E80C7B-1E0B-4A99-9EDC-AA6CADE4B45A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {94E80C7B-1E0B-4A99-9EDC-AA6CADE4B45A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4AD738F8-0EE6-48AF-9501-113739BD4D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4AD738F8-0EE6-48AF-9501-113739BD4D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4AD738F8-0EE6-48AF-9501-113739BD4D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4AD738F8-0EE6-48AF-9501-113739BD4D31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/samples/server/petstore/aspnetcore/src/IO.Swagger/IO.Swagger.xproj b/samples/server/petstore/aspnetcore/src/IO.Swagger/IO.Swagger.xproj
index c22ef91d084..85c75e658df 100644
--- a/samples/server/petstore/aspnetcore/src/IO.Swagger/IO.Swagger.xproj
+++ b/samples/server/petstore/aspnetcore/src/IO.Swagger/IO.Swagger.xproj
@@ -6,7 +6,7 @@