Skip to content

Commit 67d2e12

Browse files
authored
Update Domain schema type description and requirements (#248)
1 parent ab9bc59 commit 67d2e12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13533,9 +13533,8 @@ components:
1353313533
- master
1353413534
- slave
1353513535
description: >
13536-
If this Domain represents the authoritative source of information for
13537-
the domain it describes, or if it is a read-only copy of a master
13538-
(also called a slave).
13536+
Whether this Domain represents the authoritative source of information for the domain
13537+
it describes ("master"), or whether it is a read-only copy of a master ("slave").
1353913538
example: master
1354013539
x-linode-cli-display: 3
1354113540
domain:
@@ -13584,7 +13583,7 @@ components:
1358413583
type: string
1358513584
format: email
1358613585
description: >
13587-
Start of Authority email address. This is required for master
13586+
Start of Authority email address. This is required for `type` master
1358813587
Domains.
1358913588
1359013589
x-linode-cli-display: 5
@@ -13602,7 +13601,8 @@ components:
1360213601
type: string
1360313602
format: ip
1360413603
description: >
13605-
The IP addresses representing the master DNS for this Domain.
13604+
The IP addresses representing the master DNS for this Domain. At least one value is
13605+
required for `type` slave Domains.
1360613606
example: []
1360713607
axfr_ips:
1360813608
type: array

0 commit comments

Comments
 (0)