Skip to content

Commit 159e5f9

Browse files
Remove maxMs limit from all LatencyPlugin schema versions (v0.25.0-v2.0.0)
Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
1 parent 6964303 commit 159e5f9

File tree

12 files changed

+12
-24
lines changed

12 files changed

+12
-24
lines changed

schemas/v0.25.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
},
1313
"maxMs": {
1414
"type": "integer",
15-
"minimum": 0,
16-
"maximum": 10000
15+
"minimum": 0
1716
}
1817
},
1918
"additionalProperties": false

schemas/v0.26.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
},
1313
"maxMs": {
1414
"type": "integer",
15-
"minimum": 0,
16-
"maximum": 10000
15+
"minimum": 0
1716
}
1817
},
1918
"additionalProperties": false

schemas/v0.27.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v0.28.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v0.29.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v0.29.1/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v0.29.2/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v1.0.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v1.1.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

schemas/v1.2.0/latencyplugin.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"maxMs": {
1616
"type": "integer",
1717
"minimum": 0,
18-
"maximum": 10000,
19-
"description": "The maximum amount of delay (in milliseconds) added to a request. Max value is 10000 (10 seconds). Default: 5000."
18+
"description": "The maximum amount of delay (in milliseconds) added to a request. Default: 5000."
2019
}
2120
},
2221
"additionalProperties": false

0 commit comments

Comments
 (0)