Skip to content

Commit 94ff783

Browse files
authored
fix(json-specs): ibm_i - fix invalid type on exclusiveMinimum prop (DataDog#20880)
1 parent 26abd13 commit 94ff783

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

ibm_i/assets/configuration/spec.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,21 @@ files:
5353
The timeout (in seconds) applied to queries on job views (ACTIVE_JOB_INFO, JOB_INFO) made on the IBM i system.
5454
value:
5555
type: integer
56-
minimum: 0
57-
exclusiveMinimum: true
56+
exclusiveMinimum: 0
5857
example: 240
5958
- name: system_mq_query_timeout
6059
description: |
6160
The timeout (in seconds) applied to queries on message queue views (MESSAGE_QUEUE_INFO) made on the IBM i system.
6261
value:
6362
type: integer
64-
minimum: 0
65-
exclusiveMinimum: true
63+
exclusiveMinimum: 0
6664
example: 80
6765
- name: query_timeout
6866
description: |
6967
The timeout (in seconds) applied to queries made on the IBM i system.
7068
value:
7169
type: integer
72-
minimum: 0
73-
exclusiveMinimum: true
70+
exclusiveMinimum: 0
7471
example: 30
7572
- name: queries
7673
description: |

0 commit comments

Comments
 (0)