@@ -191,19 +191,19 @@ func (r APIShieldMethod) IsKnown() bool {
191
191
type APIShieldFeatures struct {
192
192
// This field can have the runtime type of
193
193
// [APIShieldFeaturesAPIShieldOperationFeatureAPIRoutingAPIRouting].
194
- APIRouting interface {} `json:"api_routing,required "`
194
+ APIRouting interface {} `json:"api_routing"`
195
195
// This field can have the runtime type of
196
196
// [APIShieldFeaturesAPIShieldOperationFeatureConfidenceIntervalsConfidenceIntervals].
197
- ConfidenceIntervals interface {} `json:"confidence_intervals,required "`
197
+ ConfidenceIntervals interface {} `json:"confidence_intervals"`
198
198
// This field can have the runtime type of
199
199
// [APIShieldFeaturesAPIShieldOperationFeatureParameterSchemasParameterSchemas].
200
- ParameterSchemas interface {} `json:"parameter_schemas,required "`
200
+ ParameterSchemas interface {} `json:"parameter_schemas"`
201
201
// This field can have the runtime type of
202
202
// [APIShieldFeaturesAPIShieldOperationFeatureSchemaInfoSchemaInfo].
203
- SchemaInfo interface {} `json:"schema_info,required "`
203
+ SchemaInfo interface {} `json:"schema_info"`
204
204
// This field can have the runtime type of
205
205
// [APIShieldFeaturesAPIShieldOperationFeatureThresholdsThresholds].
206
- Thresholds interface {} `json:"thresholds,required "`
206
+ Thresholds interface {} `json:"thresholds"`
207
207
JSON apiShieldFeaturesJSON `json:"-"`
208
208
union APIShieldFeaturesUnion
209
209
}
@@ -832,19 +832,19 @@ func (r OperationListResponseMethod) IsKnown() bool {
832
832
type OperationListResponseFeatures struct {
833
833
// This field can have the runtime type of
834
834
// [OperationListResponseFeaturesAPIShieldOperationFeatureAPIRoutingAPIRouting].
835
- APIRouting interface {} `json:"api_routing,required "`
835
+ APIRouting interface {} `json:"api_routing"`
836
836
// This field can have the runtime type of
837
837
// [OperationListResponseFeaturesAPIShieldOperationFeatureConfidenceIntervalsConfidenceIntervals].
838
- ConfidenceIntervals interface {} `json:"confidence_intervals,required "`
838
+ ConfidenceIntervals interface {} `json:"confidence_intervals"`
839
839
// This field can have the runtime type of
840
840
// [OperationListResponseFeaturesAPIShieldOperationFeatureParameterSchemasParameterSchemas].
841
- ParameterSchemas interface {} `json:"parameter_schemas,required "`
841
+ ParameterSchemas interface {} `json:"parameter_schemas"`
842
842
// This field can have the runtime type of
843
843
// [OperationListResponseFeaturesAPIShieldOperationFeatureSchemaInfoSchemaInfo].
844
- SchemaInfo interface {} `json:"schema_info,required "`
844
+ SchemaInfo interface {} `json:"schema_info"`
845
845
// This field can have the runtime type of
846
846
// [OperationListResponseFeaturesAPIShieldOperationFeatureThresholdsThresholds].
847
- Thresholds interface {} `json:"thresholds,required "`
847
+ Thresholds interface {} `json:"thresholds"`
848
848
JSON operationListResponseFeaturesJSON `json:"-"`
849
849
union OperationListResponseFeaturesUnion
850
850
}
@@ -1518,19 +1518,19 @@ func (r OperationGetResponseMethod) IsKnown() bool {
1518
1518
type OperationGetResponseFeatures struct {
1519
1519
// This field can have the runtime type of
1520
1520
// [OperationGetResponseFeaturesAPIShieldOperationFeatureAPIRoutingAPIRouting].
1521
- APIRouting interface {} `json:"api_routing,required "`
1521
+ APIRouting interface {} `json:"api_routing"`
1522
1522
// This field can have the runtime type of
1523
1523
// [OperationGetResponseFeaturesAPIShieldOperationFeatureConfidenceIntervalsConfidenceIntervals].
1524
- ConfidenceIntervals interface {} `json:"confidence_intervals,required "`
1524
+ ConfidenceIntervals interface {} `json:"confidence_intervals"`
1525
1525
// This field can have the runtime type of
1526
1526
// [OperationGetResponseFeaturesAPIShieldOperationFeatureParameterSchemasParameterSchemas].
1527
- ParameterSchemas interface {} `json:"parameter_schemas,required "`
1527
+ ParameterSchemas interface {} `json:"parameter_schemas"`
1528
1528
// This field can have the runtime type of
1529
1529
// [OperationGetResponseFeaturesAPIShieldOperationFeatureSchemaInfoSchemaInfo].
1530
- SchemaInfo interface {} `json:"schema_info,required "`
1530
+ SchemaInfo interface {} `json:"schema_info"`
1531
1531
// This field can have the runtime type of
1532
1532
// [OperationGetResponseFeaturesAPIShieldOperationFeatureThresholdsThresholds].
1533
- Thresholds interface {} `json:"thresholds,required "`
1533
+ Thresholds interface {} `json:"thresholds"`
1534
1534
JSON operationGetResponseFeaturesJSON `json:"-"`
1535
1535
union OperationGetResponseFeaturesUnion
1536
1536
}
0 commit comments