forked from loafle/openapi-generator-original
partial fix
This commit is contained in:
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param color
|
||||
*/
|
||||
|
||||
|
||||
data class Bird (
|
||||
|
||||
@get:JsonProperty("size")
|
||||
|
||||
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param name
|
||||
*/
|
||||
|
||||
|
||||
data class Category (
|
||||
|
||||
@get:JsonProperty("id")
|
||||
|
||||
@@ -33,7 +33,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param stringNullable
|
||||
*/
|
||||
|
||||
|
||||
data class DefaultValue (
|
||||
|
||||
@get:JsonProperty("array_string_enum_ref_default")
|
||||
|
||||
@@ -27,7 +27,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param double
|
||||
*/
|
||||
|
||||
|
||||
data class NumberPropertiesOnly (
|
||||
|
||||
@get:JsonProperty("number")
|
||||
|
||||
@@ -32,7 +32,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param status pet status in the store
|
||||
*/
|
||||
|
||||
|
||||
data class Pet (
|
||||
|
||||
@get:JsonProperty("name")
|
||||
|
||||
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param outcomes
|
||||
*/
|
||||
|
||||
|
||||
data class Query (
|
||||
|
||||
/* Query */
|
||||
|
||||
@@ -26,7 +26,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param name
|
||||
*/
|
||||
|
||||
|
||||
data class Tag (
|
||||
|
||||
@get:JsonProperty("id")
|
||||
|
||||
@@ -25,7 +25,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
|
||||
* @param propertyValues
|
||||
*/
|
||||
|
||||
|
||||
data class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter (
|
||||
|
||||
@get:JsonProperty("values")
|
||||
|
||||
Reference in New Issue
Block a user