This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3862,6 +3862,7 @@ components:
3862
3862
The number of unsuccessfully created/updated rate center coverages
3863
3863
during the task.
3864
3864
example: 1
3865
+ maximum: 5000
3865
3866
minimum: 0
3866
3867
type: number
3867
3868
startTime:
@@ -3884,6 +3885,7 @@ components:
3884
3885
The number of successfully created/updated rate center coverages
3885
3886
during the task.
3886
3887
example: 3
3888
+ maximum: 5000
3887
3889
minimum: 0
3888
3890
type: number
3889
3891
taskId:
@@ -3893,7 +3895,8 @@ components:
3893
3895
totalRateCenterCoverageCount:
3894
3896
description: The total number of rate center coverages included for the task.
3895
3897
example: 4
3896
- minimum: 0
3898
+ maximum: 5000
3899
+ minimum: 1
3897
3900
type: number
3898
3901
type: object
3899
3902
BwspidSystemValue:
@@ -10247,6 +10250,8 @@ components:
10247
10250
them.
10248
10251
items:
10249
10252
description: Each data item, which includes a rate center coverage with an error.
10253
+ maxItems: 5000
10254
+ minItems: 0
10250
10255
properties:
10251
10256
coverage:
10252
10257
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
@@ -10260,6 +10265,8 @@ components:
10260
10265
data:
10261
10266
items:
10262
10267
$ref: '#/components/schemas/CoverageMatrixEntry'
10268
+ maxItems: 5000
10269
+ minItems: 1
10263
10270
type: array
10264
10271
required:
10265
10272
- data
You can’t perform that action at this time.
0 commit comments