Skip to content

Commit 51eecdd

Browse files
committed
add range
1 parent f53ac38 commit 51eecdd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/schemas/dns/records/types/linked/DnsRecordLinkedVariant.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ properties:
99
$ref: DnsRecordLinkedVariantDestination.yml
1010
weight:
1111
type: integer
12-
description: The weight of this variant relative to the other variants, used to distribute traffic across destinations.
12+
minimum: 0
13+
maximum: 1000
14+
description: The weight of this variant relative to the other variants, used to distribute traffic across destinations. Valid range is 0 to 1000.

0 commit comments

Comments
 (0)