Skip to content

Commit 89ea63f

Browse files
committed
names -> records revert comes with rolling back openapi changes
1 parent 5a4c249 commit 89ea63f

File tree

3 files changed

+3
-299
lines changed

3 files changed

+3
-299
lines changed

openapi/dns-server/dns-server-2.0.0-898290.json

Lines changed: 0 additions & 296 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dns-server-2.0.0-898290.json
1+
dns-server-2.0.0-75e4cc.json

openapi/nexus-internal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@
40474047
"description": "Configuration for a specific DNS zone, as opposed to illumos zones in which the services described by these records run.\n\nThe name `@` is special: it describes records that should be provided for queries about `zone_name`. This is used in favor of the empty string as `@` is the name used for this purpose in zone files for most DNS configurations. It also avoids potentially-confusing debug output from naively printing out records and their names - if you've seen an `@` record and tools are unclear about what that means, hopefully you've arrived here!",
40484048
"type": "object",
40494049
"properties": {
4050-
"names": {
4050+
"records": {
40514051
"type": "object",
40524052
"additionalProperties": {
40534053
"type": "array",
@@ -4061,7 +4061,7 @@
40614061
}
40624062
},
40634063
"required": [
4064-
"names",
4064+
"records",
40654065
"zone_name"
40664066
]
40674067
},

0 commit comments

Comments
 (0)