From a315101dd8357963a0ac39177ad70e73700a1623 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 20 Apr 2020 12:14:15 -0400 Subject: [PATCH] Update Domain schema type description and requirements --- openapi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 08c23ddb3..15d0d2836 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13449,9 +13449,8 @@ components: - master - slave description: > - If this Domain represents the authoritative source of information for - the domain it describes, or if it is a read-only copy of a master - (also called a slave). + Whether this Domain represents the authoritative source of information for the domain + it describes ("master"), or whether it is a read-only copy of a master ("slave"). example: master x-linode-cli-display: 3 domain: @@ -13500,7 +13499,7 @@ components: type: string format: email description: > - Start of Authority email address. This is required for master + Start of Authority email address. This is required for `type` master Domains. example: admin@example.org x-linode-cli-display: 5 @@ -13518,7 +13517,8 @@ components: type: string format: ip description: > - The IP addresses representing the master DNS for this Domain. + The IP addresses representing the master DNS for this Domain. At least one value is + required for `type` slave Domains. example: [] axfr_ips: type: array