forked from loafle/openapi-generator-original
Add route4me to the sponsor list (#19294)
* update samples * add route4me to the sponsor list
This commit is contained in:
parent
8f1d59fb0a
commit
25936b4198
@ -71,7 +71,7 @@ If you find OpenAPI Generator useful for work, please consider asking your compa
|
|||||||
[<img src="https://openapi-generator.tech/img/companies/designli.jpg" width="128" height="128">](https://designli.co?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
|
[<img src="https://openapi-generator.tech/img/companies/designli.jpg" width="128" height="128">](https://designli.co?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
|
||||||
[<img src="https://openapi-generator.tech/img/companies/itm.png" width="128" height="128">](https://opensource.muenchen.de?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
|
[<img src="https://openapi-generator.tech/img/companies/itm.png" width="128" height="128">](https://opensource.muenchen.de?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
|
||||||
[<img src="https://openapi-generator.tech/img/companies/kong.png" width="128" height="128">](https://konghq.com/products/kong-konnect?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=openapi-generator)
|
[<img src="https://openapi-generator.tech/img/companies/kong.png" width="128" height="128">](https://konghq.com/products/kong-konnect?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=openapi-generator)
|
||||||
|
[<img src="https://openapi-generator.tech/img/companies/route4me.png" width="128" height="128">](https://route4me.com/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
|
||||||
|
|
||||||
#### Thank you GoDaddy for sponsoring the domain names, Linode for sponsoring the VPS, Checkly for sponsoring the API monitoring and Gradle for sponsoring Develocity
|
#### Thank you GoDaddy for sponsoring the domain names, Linode for sponsoring the VPS, Checkly for sponsoring the API monitoring and Gradle for sponsoring Develocity
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -198,7 +198,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -224,7 +224,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -237,7 +237,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -250,7 +250,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -263,7 +263,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -199,7 +199,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -225,7 +225,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -238,7 +238,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -251,7 +251,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -264,7 +264,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -196,7 +196,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int32Range
|
/// Used to track the state of Int32Range
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<int?> Int32RangeOption { get; private set; }
|
public Option<int?> Int32RangeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -222,7 +222,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Negative
|
/// Used to track the state of Int64Negative
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeOption { get; private set; }
|
public Option<long?> Int64NegativeOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -235,7 +235,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64NegativeExclusive
|
/// Used to track the state of Int64NegativeExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -248,7 +248,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64Positive
|
/// Used to track the state of Int64Positive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveOption { get; private set; }
|
public Option<long?> Int64PositiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -261,7 +261,7 @@ namespace Org.OpenAPITools.Model
|
|||||||
/// Used to track the state of Int64PositiveExclusive
|
/// Used to track the state of Int64PositiveExclusive
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -69,6 +69,7 @@ func (o *FilterTypeRange) SetType(v string) {
|
|||||||
o.Type = v
|
o.Type = v
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// GetData returns the Data field value if set, zero value otherwise.
|
// GetData returns the Data field value if set, zero value otherwise.
|
||||||
func (o *FilterTypeRange) GetData() []string {
|
func (o *FilterTypeRange) GetData() []string {
|
||||||
if o == nil || IsNil(o.Data) {
|
if o == nil || IsNil(o.Data) {
|
||||||
@ -131,6 +132,11 @@ func (o *FilterTypeRange) UnmarshalJSON(data []byte) (err error) {
|
|||||||
"type",
|
"type",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// defaultValueFuncMap captures the default values for required properties.
|
||||||
|
// These values are used when required properties are missing from the payload.
|
||||||
|
defaultValueFuncMap := map[string]func() interface{} {
|
||||||
|
}
|
||||||
|
var defaultValueApplied bool
|
||||||
allProperties := make(map[string]interface{})
|
allProperties := make(map[string]interface{})
|
||||||
|
|
||||||
err = json.Unmarshal(data, &allProperties)
|
err = json.Unmarshal(data, &allProperties)
|
||||||
@ -140,11 +146,23 @@ func (o *FilterTypeRange) UnmarshalJSON(data []byte) (err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, requiredProperty := range(requiredProperties) {
|
for _, requiredProperty := range(requiredProperties) {
|
||||||
if _, exists := allProperties[requiredProperty]; !exists {
|
if value, exists := allProperties[requiredProperty]; !exists || value == "" {
|
||||||
|
if _, ok := defaultValueFuncMap[requiredProperty]; ok {
|
||||||
|
allProperties[requiredProperty] = defaultValueFuncMap[requiredProperty]()
|
||||||
|
defaultValueApplied = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if value, exists := allProperties[requiredProperty]; !exists || value == ""{
|
||||||
return fmt.Errorf("no value given for required property %v", requiredProperty)
|
return fmt.Errorf("no value given for required property %v", requiredProperty)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if defaultValueApplied {
|
||||||
|
data, err = json.Marshal(allProperties)
|
||||||
|
if err != nil{
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
varFilterTypeRange := _FilterTypeRange{}
|
varFilterTypeRange := _FilterTypeRange{}
|
||||||
|
|
||||||
err = json.Unmarshal(data, &varFilterTypeRange)
|
err = json.Unmarshal(data, &varFilterTypeRange)
|
||||||
|
@ -69,6 +69,7 @@ func (o *FilterTypeRegex) SetType(v string) {
|
|||||||
o.Type = v
|
o.Type = v
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// GetRegex returns the Regex field value if set, zero value otherwise.
|
// GetRegex returns the Regex field value if set, zero value otherwise.
|
||||||
func (o *FilterTypeRegex) GetRegex() string {
|
func (o *FilterTypeRegex) GetRegex() string {
|
||||||
if o == nil || IsNil(o.Regex) {
|
if o == nil || IsNil(o.Regex) {
|
||||||
@ -131,6 +132,11 @@ func (o *FilterTypeRegex) UnmarshalJSON(data []byte) (err error) {
|
|||||||
"type",
|
"type",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// defaultValueFuncMap captures the default values for required properties.
|
||||||
|
// These values are used when required properties are missing from the payload.
|
||||||
|
defaultValueFuncMap := map[string]func() interface{} {
|
||||||
|
}
|
||||||
|
var defaultValueApplied bool
|
||||||
allProperties := make(map[string]interface{})
|
allProperties := make(map[string]interface{})
|
||||||
|
|
||||||
err = json.Unmarshal(data, &allProperties)
|
err = json.Unmarshal(data, &allProperties)
|
||||||
@ -140,11 +146,23 @@ func (o *FilterTypeRegex) UnmarshalJSON(data []byte) (err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, requiredProperty := range(requiredProperties) {
|
for _, requiredProperty := range(requiredProperties) {
|
||||||
if _, exists := allProperties[requiredProperty]; !exists {
|
if value, exists := allProperties[requiredProperty]; !exists || value == "" {
|
||||||
|
if _, ok := defaultValueFuncMap[requiredProperty]; ok {
|
||||||
|
allProperties[requiredProperty] = defaultValueFuncMap[requiredProperty]()
|
||||||
|
defaultValueApplied = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if value, exists := allProperties[requiredProperty]; !exists || value == ""{
|
||||||
return fmt.Errorf("no value given for required property %v", requiredProperty)
|
return fmt.Errorf("no value given for required property %v", requiredProperty)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if defaultValueApplied {
|
||||||
|
data, err = json.Marshal(allProperties)
|
||||||
|
if err != nil{
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
}
|
||||||
varFilterTypeRegex := _FilterTypeRegex{}
|
varFilterTypeRegex := _FilterTypeRegex{}
|
||||||
|
|
||||||
err = json.Unmarshal(data, &varFilterTypeRegex)
|
err = json.Unmarshal(data, &varFilterTypeRegex)
|
||||||
|
@ -128,3 +128,8 @@
|
|||||||
image: "img/companies/kong.png"
|
image: "img/companies/kong.png"
|
||||||
infoLink: "https://konghq.com/products/kong-konnect?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=openapi-generator"
|
infoLink: "https://konghq.com/products/kong-konnect?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=openapi-generator"
|
||||||
bronze: true
|
bronze: true
|
||||||
|
-
|
||||||
|
caption: "Route4Me"
|
||||||
|
image: "img/companies/route4me.png"
|
||||||
|
infoLink: "https://route4me.com/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship"
|
||||||
|
bronze: true
|
||||||
|
BIN
website/static/img/companies/route4me.png
Normal file
BIN
website/static/img/companies/route4me.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user