We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1f0df commit 52fefa4Copy full SHA for 52fefa4
2 files changed
.generator/schemas/v1/openapi.yaml
@@ -3865,7 +3865,6 @@ components:
3865
3866
points (group distributions use the roll-up modifier).'
3867
format: int64
3868
- minimum: 1
3869
type: integer
3870
type: object
3871
Host:
src/datadog_api_client/v1/model/heat_map_widget_x_axis.py
@@ -14,12 +14,6 @@
14
15
16
class HeatMapWidgetXAxis(ModelNormal):
17
- validations = {
18
- "num_buckets": {
19
- "inclusive_minimum": 1,
20
- },
21
- }
22
-
23
@cached_property
24
def openapi_types(_):
25
return {
0 commit comments