Skip to content

Update Domain schema type description and requirements #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: [email protected]
x-linode-cli-display: 5
Expand All @@ -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
Expand Down