Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit ef41377

Browse files
committed
Add Code Snippets to Spec Files
1 parent e1ec0df commit ef41377

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

site/specs/numbers.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3862,6 +3862,7 @@ components:
38623862
The number of unsuccessfully created/updated rate center coverages
38633863
during the task.
38643864
example: 1
3865+
maximum: 5000
38653866
minimum: 0
38663867
type: number
38673868
startTime:
@@ -3884,6 +3885,7 @@ components:
38843885
The number of successfully created/updated rate center coverages
38853886
during the task.
38863887
example: 3
3888+
maximum: 5000
38873889
minimum: 0
38883890
type: number
38893891
taskId:
@@ -3893,7 +3895,8 @@ components:
38933895
totalRateCenterCoverageCount:
38943896
description: The total number of rate center coverages included for the task.
38953897
example: 4
3896-
minimum: 0
3898+
maximum: 5000
3899+
minimum: 1
38973900
type: number
38983901
type: object
38993902
BwspidSystemValue:
@@ -10247,6 +10250,8 @@ components:
1024710250
them.
1024810251
items:
1024910252
description: Each data item, which includes a rate center coverage with an error.
10253+
maxItems: 5000
10254+
minItems: 0
1025010255
properties:
1025110256
coverage:
1025210257
$ref: '#/components/schemas/RateCenterCoverageUnsuccessfulResponse'
@@ -10260,6 +10265,8 @@ components:
1026010265
data:
1026110266
items:
1026210267
$ref: '#/components/schemas/CoverageMatrixEntry'
10268+
maxItems: 5000
10269+
minItems: 1
1026310270
type: array
1026410271
required:
1026510272
- data

0 commit comments

Comments
 (0)