@apifreaks/openapi-specs 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/index.cjs +133 -2
  2. package/dist/index.d.cts +140 -3
  3. package/dist/index.d.ts +140 -3
  4. package/dist/index.js +131 -2
  5. package/dist/specs/commodity/commodity-fluctuation.yaml +225 -0
  6. package/dist/specs/commodity/commodity-prices.yaml +236 -0
  7. package/dist/specs/commodity/commodity-symbols.yaml +159 -0
  8. package/dist/specs/commodity/commodity-time-series.yaml +238 -0
  9. package/dist/specs/commodity/historical-commodity-prices.yaml +208 -0
  10. package/dist/specs/currency/currency-converter.yaml +193 -0
  11. package/dist/specs/currency/currency-fluctuation.yaml +211 -0
  12. package/dist/specs/currency/currency-historical-data-limit.yaml +112 -0
  13. package/dist/specs/currency/currency-rate.yaml +173 -0
  14. package/dist/specs/currency/currency-supported.yaml +176 -0
  15. package/dist/specs/currency/currency-symbols.yaml +115 -0
  16. package/dist/specs/currency/currency-time-series.yaml +232 -0
  17. package/dist/specs/currency/geolocalized-currency-conversion.yaml +214 -0
  18. package/dist/specs/currency/historical-currency-converter.yaml +195 -0
  19. package/dist/specs/currency/historical-currency-rate.yaml +180 -0
  20. package/dist/specs/dns/bulk-dns-lookup.yaml +484 -0
  21. package/dist/specs/dns/dns-history-lookup.yaml +451 -0
  22. package/dist/specs/dns/dns-lookup.yaml +360 -0
  23. package/dist/specs/dns/reverse-dns-lookup.yaml +338 -0
  24. package/dist/specs/domain/bulk-domain-checker.yaml +198 -0
  25. package/dist/specs/domain/domain-search-with-suggestions.yaml +196 -0
  26. package/dist/specs/domain/domain-search.yaml +149 -0
  27. package/dist/specs/domain/subdomain-lookup.yaml +251 -0
  28. package/dist/specs/email-validation/bulk-email-validation.yaml +403 -0
  29. package/dist/specs/email-validation/email-checker.yaml +451 -0
  30. package/dist/specs/financial/bulk-vat-rates-country.yaml +250 -0
  31. package/dist/specs/financial/financial-apis-supported-countries.yaml +152 -0
  32. package/dist/specs/financial/iban-validation.yaml +270 -0
  33. package/dist/specs/financial/swift-code-finder.yaml +146 -0
  34. package/dist/specs/financial/swift-code-lookup.yaml +156 -0
  35. package/dist/specs/financial/vat-number-validation.yaml +205 -0
  36. package/dist/specs/financial/vat-rates-by-ip.yaml +200 -0
  37. package/dist/specs/financial/vat-rates-country.yaml +212 -0
  38. package/dist/specs/general/usage-credits.yaml +188 -0
  39. package/dist/specs/geocoding/forward-geocoding.yaml +292 -0
  40. package/dist/specs/geocoding/reverse-geocoding.yaml +237 -0
  41. package/dist/specs/geodb/administrative-units-details.yaml +180 -0
  42. package/dist/specs/geodb/administrative-units-levels.yaml +140 -0
  43. package/dist/specs/geodb/administrative-units.yaml +168 -0
  44. package/dist/specs/geodb/cities.yaml +209 -0
  45. package/dist/specs/geodb/countries-details.yaml +207 -0
  46. package/dist/specs/geodb/countries.yaml +199 -0
  47. package/dist/specs/geodb/flags-supported.yaml +119 -0
  48. package/dist/specs/geodb/flags.yaml +170 -0
  49. package/dist/specs/geodb/regions.yaml +76 -0
  50. package/dist/specs/geodb/subregions.yaml +158 -0
  51. package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +895 -0
  52. package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +310 -0
  53. package/dist/specs/ip-intelligence/ip-locator.yaml +708 -0
  54. package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +230 -0
  55. package/dist/specs/other/astronomy-data.yaml +632 -0
  56. package/dist/specs/pdf/delete-pdf-page.yaml +193 -0
  57. package/dist/specs/pdf/linearize-pdf.yaml +187 -0
  58. package/dist/specs/pdf/merge-pdf.yaml +193 -0
  59. package/dist/specs/pdf/pdf-compress.yaml +208 -0
  60. package/dist/specs/pdf/pdf-decrypt.yaml +202 -0
  61. package/dist/specs/pdf/pdf-encrypt.yaml +213 -0
  62. package/dist/specs/pdf/pdf-extract-pages.yaml +199 -0
  63. package/dist/specs/pdf/pdf-file-status.yaml +148 -0
  64. package/dist/specs/pdf/pdf-file.yaml +136 -0
  65. package/dist/specs/pdf/pdf-files.yaml +85 -0
  66. package/dist/specs/pdf/pdf-resource-download.yaml +117 -0
  67. package/dist/specs/pdf/pdf-resource-upload-binary.yaml +152 -0
  68. package/dist/specs/pdf/pdf-resource-upload.yaml +163 -0
  69. package/dist/specs/pdf/pdf-restrict.yaml +246 -0
  70. package/dist/specs/pdf/pdf-split-pages.yaml +208 -0
  71. package/dist/specs/pdf/pdf-task-status.yaml +187 -0
  72. package/dist/specs/pdf/pdf-to-image.yaml +844 -0
  73. package/dist/specs/pdf/pdf-unrestrict.yaml +221 -0
  74. package/dist/specs/pdf/rotate-pdf-pages.yaml +207 -0
  75. package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +374 -0
  76. package/dist/specs/phone-validation/phone-number-validation.yaml +344 -0
  77. package/dist/specs/scraper/web-scraper.yaml +479 -0
  78. package/dist/specs/screenshot/bulk-screenshot.yaml +728 -0
  79. package/dist/specs/screenshot/website-screenshot.yaml +822 -0
  80. package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +593 -0
  81. package/dist/specs/ssl/ssl-certificate-lookup.yaml +478 -0
  82. package/dist/specs/timezone/timezone-converter.yaml +249 -0
  83. package/dist/specs/timezone/timezone-lookup.yaml +712 -0
  84. package/dist/specs/user-agent/bulk-user-agent-parser.yaml +340 -0
  85. package/dist/specs/user-agent/user-agent-parser.yaml +271 -0
  86. package/dist/specs/weather/air-quality.yaml +590 -0
  87. package/dist/specs/weather/bulk-live-weather.yaml +654 -0
  88. package/dist/specs/weather/flood-forecast.yaml +519 -0
  89. package/dist/specs/weather/historical-weather.yaml +842 -0
  90. package/dist/specs/weather/live-weather.yaml +633 -0
  91. package/dist/specs/weather/marine-weather.yaml +806 -0
  92. package/dist/specs/weather/time-series-weather.yaml +821 -0
  93. package/dist/specs/weather/weather-forecast.yaml +935 -0
  94. package/dist/specs/whois/asn-lookup.yaml +618 -0
  95. package/dist/specs/whois/bulk-whois-lookup.yaml +827 -0
  96. package/dist/specs/whois/domain-whois-history-lookup.yaml +445 -0
  97. package/dist/specs/whois/reverse-whois.yaml +566 -0
  98. package/dist/specs/whois/whois-domain-lookup.yaml +537 -0
  99. package/dist/specs/whois/whois-ip-lookup.yaml +1123 -0
  100. package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +232 -0
  101. package/dist/specs/zip-code/zip-code-api.yaml +216 -0
  102. package/dist/specs/zip-code/zip-code-distance-match.yaml +239 -0
  103. package/dist/specs/zip-code/zip-code-distance.yaml +233 -0
  104. package/dist/specs/zip-code/zip-codes-by-city.yaml +201 -0
  105. package/dist/specs/zip-code/zip-codes-by-region.yaml +200 -0
  106. package/dist/specs/zip-code/zip-codes-radius-search.yaml +262 -0
  107. package/package.json +6 -2
  108. package/specs/pdf/merge-pdf.json +2 -2
@@ -0,0 +1,451 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: DNS History API - Historical DNS Records with Dated Snapshots for Any Hostname
4
+ version: 1.0.0
5
+ description: Retrieve historical DNS records for any hostname with dated snapshots. Each snapshot includes queryTime, domainName, dnsTypes, and dnsRecords fields showing the full DNS state at that point in time. Supported record types include A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME records. Results are paginated with up to 100 unique records per page. Use the format parameter to receive responses in JSON or XML.
6
+ contact:
7
+ name: APIFreaks Support
8
+ url: https://apifreaks.com/contact
9
+ email: support@apifreaks.com
10
+ servers:
11
+ - url: https://api.apifreaks.com/v1.0
12
+ description: DNS History API Server
13
+ paths:
14
+ /domain/dns/history:
15
+ get:
16
+ tags:
17
+ - DNS APIs
18
+ summary: Get all historical A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME DNS records of a hostname
19
+ description: |
20
+ Retrieve historical DNS records for any hostname. Access unique historical data for A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME records,
21
+ including subdomains. Results are paginated with up to 100 unique records per page.
22
+ operationId: dnsHistoryLookup
23
+ parameters:
24
+ - name: format
25
+ in: query
26
+ required: false
27
+ schema:
28
+ type: string
29
+ enum:
30
+ - json
31
+ - xml
32
+ default: json
33
+ description: Format of the response.
34
+ - name: host-name
35
+ in: query
36
+ required: true
37
+ schema:
38
+ type: string
39
+ description: Hostname or URL whose historical DNS records are required
40
+ - name: type
41
+ in: query
42
+ required: true
43
+ schema:
44
+ type: string
45
+ enum:
46
+ - A
47
+ - AAAA
48
+ - MX
49
+ - NS
50
+ - SOA
51
+ - SPF
52
+ - TXT
53
+ - CNAME
54
+ - all
55
+ description: |
56
+ A comma-separated list of DNS record types for lookup.
57
+ Possible values: A, AAAA, MX, NS, SOA, SPF, TXT, CNAME, or all
58
+ - name: page
59
+ in: query
60
+ required: false
61
+ schema:
62
+ type: integer
63
+ minimum: 1
64
+ default: 1
65
+ description: Page number for paginated results.
66
+ responses:
67
+ '200':
68
+ description: Successful DNS history lookup response
69
+ content:
70
+ application/json:
71
+ schema:
72
+ $ref: '#/components/schemas/DNSHistoryLookupResponse'
73
+ examples:
74
+ default:
75
+ summary: DNS history lookup for example.com
76
+ value:
77
+ totalRecords: 46
78
+ totalPages: 1
79
+ currentPage: 1
80
+ historicalDnsRecords:
81
+ - queryTime: '2025-12-16'
82
+ domainName: example.com.
83
+ dnsTypes:
84
+ SOA: 6
85
+ AAAA: 28
86
+ A: 1
87
+ NS: 2
88
+ dnsRecords:
89
+ - name: example.com
90
+ type: 1
91
+ dnsType: A
92
+ ttl: 4
93
+ rawText: "example.com.\t\t4\tIN\tA\t23.192.228.84"
94
+ rRsetType: 1
95
+ address: 23.192.228.84
96
+ - name: example.com
97
+ type: 1
98
+ dnsType: A
99
+ ttl: 4
100
+ rawText: "example.com.\t\t4\tIN\tA\t23.215.0.136"
101
+ rRsetType: 1
102
+ address: 23.215.0.136
103
+ - name: example.com
104
+ type: 1
105
+ dnsType: A
106
+ ttl: 278
107
+ rawText: "example.com.\t\t278\tIN\tA\t23.220.75.245"
108
+ rRsetType: 1
109
+ address: 23.220.75.245
110
+ - name: example.com
111
+ type: 1
112
+ dnsType: A
113
+ ttl: 278
114
+ rawText: "example.com.\t\t278\tIN\tA\t23.220.75.232"
115
+ rRsetType: 1
116
+ address: 23.220.75.232
117
+ - name: example.com
118
+ type: 1
119
+ dnsType: A
120
+ ttl: 4
121
+ rawText: "example.com.\t\t4\tIN\tA\t23.215.0.138"
122
+ rRsetType: 1
123
+ address: 23.215.0.138
124
+ - name: example.com
125
+ type: 1
126
+ dnsType: A
127
+ ttl: 4
128
+ rawText: "example.com.\t\t4\tIN\tA\t23.192.228.80"
129
+ rRsetType: 1
130
+ address: 23.192.228.80
131
+ - name: example.com
132
+ type: 28
133
+ dnsType: AAAA
134
+ ttl: 89
135
+ rawText: "example.com.\t\t89\tIN\tAAAA\t2600:1406:5e00:6:0:0:17ce:bc12"
136
+ rRsetType: 28
137
+ address: 2600:1406:5e00:6:0:0:17ce:bc12
138
+ - name: example.com
139
+ type: 28
140
+ dnsType: AAAA
141
+ ttl: 202
142
+ rawText: "example.com.\t\t202\tIN\tAAAA\t2600:1406:bc00:53:0:0:b81e:94ce"
143
+ rRsetType: 28
144
+ address: 2600:1406:bc00:53:0:0:b81e:94ce
145
+ - name: example.com
146
+ type: 28
147
+ dnsType: AAAA
148
+ ttl: 89
149
+ rawText: "example.com.\t\t89\tIN\tAAAA\t2600:1406:5e00:6:0:0:17ce:bc1b"
150
+ rRsetType: 28
151
+ address: 2600:1406:5e00:6:0:0:17ce:bc1b
152
+ - name: example.com
153
+ type: 28
154
+ dnsType: AAAA
155
+ ttl: 202
156
+ rawText: "example.com.\t\t202\tIN\tAAAA\t2600:1408:ec00:36:0:0:1736:7f31"
157
+ rRsetType: 28
158
+ address: 2600:1408:ec00:36:0:0:1736:7f31
159
+ - name: example.com
160
+ type: 28
161
+ dnsType: AAAA
162
+ ttl: 202
163
+ rawText: "example.com.\t\t202\tIN\tAAAA\t2600:1408:ec00:36:0:0:1736:7f24"
164
+ rRsetType: 28
165
+ address: 2600:1408:ec00:36:0:0:1736:7f24
166
+ - name: example.com
167
+ type: 28
168
+ dnsType: AAAA
169
+ ttl: 202
170
+ rawText: "example.com.\t\t202\tIN\tAAAA\t2600:1406:bc00:53:0:0:b81e:94c8"
171
+ rRsetType: 28
172
+ address: 2600:1406:bc00:53:0:0:b81e:94c8
173
+ - name: example.com
174
+ type: 6
175
+ dnsType: SOA
176
+ ttl: 3600
177
+ rawText: "example.com.\t\t3600\tIN\tSOA\tns.icann.org. noc.dns.icann.org. 2022091323 7200 3600 1209600 3600"
178
+ rRsetType: 6
179
+ admin: noc.dns.icann.org.
180
+ host: ns.icann.org.
181
+ expire: 1209600
182
+ minimum: 3600
183
+ refresh: 7200
184
+ retry: 3600
185
+ serial: 2022091323
186
+ - name: example.com
187
+ type: 2
188
+ dnsType: NS
189
+ ttl: 21600
190
+ rawText: "example.com.\t\t21600\tIN\tNS\ta.iana-servers.net."
191
+ rRsetType: 2
192
+ singleName: a.iana-servers.net.
193
+ - name: example.com
194
+ type: 2
195
+ dnsType: NS
196
+ ttl: 21600
197
+ rawText: "example.com.\t\t21600\tIN\tNS\tb.iana-servers.net."
198
+ rRsetType: 2
199
+ singleName: b.iana-servers.net.
200
+ - queryTime: '2025-12-17'
201
+ domainName: example.com.
202
+ dnsTypes:
203
+ AAAA: 28
204
+ A: 1
205
+ NS: 2
206
+ dnsRecords:
207
+ - name: example.com
208
+ type: 1
209
+ dnsType: A
210
+ ttl: 300
211
+ rawText: "example.com.\t\t300\tIN\tA\t104.20.34.220"
212
+ rRsetType: 1
213
+ address: 104.20.34.220
214
+ - name: example.com
215
+ type: 1
216
+ dnsType: A
217
+ ttl: 300
218
+ rawText: "example.com.\t\t300\tIN\tA\t172.66.144.113"
219
+ rRsetType: 1
220
+ address: 172.66.144.113
221
+ - name: example.com
222
+ type: 28
223
+ dnsType: AAAA
224
+ ttl: 300
225
+ rawText: "example.com.\t\t300\tIN\tAAAA\t2606:4700:10:0:0:0:ac42:9071"
226
+ rRsetType: 28
227
+ address: 2606:4700:10:0:0:0:ac42:9071
228
+ - name: example.com
229
+ type: 28
230
+ dnsType: AAAA
231
+ ttl: 300
232
+ rawText: "example.com.\t\t300\tIN\tAAAA\t2606:4700:10:0:0:0:6814:22dc"
233
+ rRsetType: 28
234
+ address: 2606:4700:10:0:0:0:6814:22dc
235
+ - name: example.com
236
+ type: 2
237
+ dnsType: NS
238
+ ttl: 128
239
+ rawText: "example.com.\t\t128\tIN\tNS\ta.iana-servers.net."
240
+ rRsetType: 2
241
+ singleName: a.iana-servers.net.
242
+ - name: example.com
243
+ type: 2
244
+ dnsType: NS
245
+ ttl: 128
246
+ rawText: "example.com.\t\t128\tIN\tNS\tb.iana-servers.net."
247
+ rRsetType: 2
248
+ singleName: b.iana-servers.net.
249
+ '400':
250
+ description: Bad Request — Invalid DNS type or malformed hostname
251
+ content:
252
+ application/json:
253
+ schema:
254
+ $ref: '#/components/schemas/ErrorResponse'
255
+ examples:
256
+ invalidType:
257
+ summary: Unsupported DNS record type
258
+ value:
259
+ timestamp: '2026-07-23T09:52:28.093Z'
260
+ status: 400
261
+ error: Invalid Param Exception
262
+ message: 'Please provide correct dns records type(s) [For Technical Support: support@whoisfreaks.com]'
263
+ path: /v2.0/dns/historical
264
+ malformedHostname:
265
+ summary: Hostname missing a valid TLD
266
+ value:
267
+ timestamp: '2026-07-23T09:54:17.353Z'
268
+ status: 400
269
+ error: Invalid Param Exception
270
+ message: 'Please pass domain param correct value[For Technical Support: support@whoisfreaks.com]'
271
+ path: /v2.0/dns/historical
272
+ '404':
273
+ description: Not Found — No DNS history records for the hostname
274
+ content:
275
+ application/json:
276
+ schema:
277
+ $ref: '#/components/schemas/ErrorResponse'
278
+ examples:
279
+ noRecords:
280
+ summary: No historical DNS records found
281
+ value:
282
+ timestamp: '2026-07-23T09:52:28.643Z'
283
+ status: 404
284
+ error: Record not Found
285
+ message: 'No Record Found across: zzsuperrandomnonexistent998877.com'
286
+ path: /v2.0/dns/historical
287
+ components:
288
+ securitySchemes:
289
+ ApiKeyAuthHeader:
290
+ type: apiKey
291
+ in: header
292
+ name: X-apiKey
293
+ description: Pass your API key via the X-apiKey request header.
294
+ ApiKeyAuthQuery:
295
+ type: apiKey
296
+ in: query
297
+ name: apiKey
298
+ description: Pass your API key via the apiKey query parameter.
299
+ schemas:
300
+ ErrorResponse:
301
+ type: object
302
+ required:
303
+ - message
304
+ properties:
305
+ error:
306
+ type: string
307
+ description: Short error category or exception type.
308
+ message:
309
+ type: string
310
+ description: Human-readable error message describing the failure.
311
+ path:
312
+ type: string
313
+ description: API endpoint path that produced the error.
314
+ status:
315
+ type: integer
316
+ description: HTTP status code returned with the error.
317
+ timestamp:
318
+ type: string
319
+ format: date-time
320
+ description: Timestamp when the error occurred (ISO 8601).
321
+ DNSHistoryLookupResponse:
322
+ type: object
323
+ description: Paginated collection of historical DNS snapshots for the requested hostname.
324
+ required:
325
+ - totalRecords
326
+ - totalPages
327
+ - currentPage
328
+ - historicalDnsRecords
329
+ properties:
330
+ totalPages:
331
+ type: integer
332
+ description: Total number of pages available.
333
+ currentPage:
334
+ type: integer
335
+ description: Current page number returned.
336
+ totalRecords:
337
+ type: integer
338
+ description: Total number of unique DNS records found.
339
+ historicalDnsRecords:
340
+ type: array
341
+ description: Array of dated DNS snapshots.
342
+ items:
343
+ $ref: '#/components/schemas/DnsHistoryRecord'
344
+ DnsHistoryRecord:
345
+ type: object
346
+ description: A single dated DNS snapshot for the queried hostname.
347
+ required:
348
+ - queryTime
349
+ - domainName
350
+ - dnsTypes
351
+ - dnsRecords
352
+ properties:
353
+ queryTime:
354
+ type: string
355
+ description: 'Date when the DNS snapshot was taken. (Format: YYYY-MM-DD)'
356
+ domainName:
357
+ type: string
358
+ description: Queried domain name with trailing dot.
359
+ dnsTypes:
360
+ $ref: '#/components/schemas/DnsTypes'
361
+ dnsRecords:
362
+ type: array
363
+ description: Array of DNS records for this snapshot. Field presence varies by dnsType — see DnsRecord for which fields apply to which type.
364
+ items:
365
+ $ref: '#/components/schemas/DnsRecord'
366
+ DnsTypes:
367
+ type: object
368
+ description: 'Map of each DNS record type present in dnsRecords to its IANA DNS resource record type code (e.g. A: 1, AAAA: 28, MX: 15, NS: 2, SOA: 6, TXT: 16, SPF: 99). Indicates which record types were found in this snapshot, not how many of each — count entries in dnsRecords for that.'
369
+ additionalProperties:
370
+ title: DnsTypeCode
371
+ type: integer
372
+ description: 'IANA DNS resource record type code for this DNS record type (A: 1, AAAA: 28, CNAME: 5, MX: 15, NS: 2, SOA: 6, TXT: 16, SPF: 99).'
373
+ DnsRecord:
374
+ type: object
375
+ description: A single DNS resource record. name, type, dnsType, ttl, rawText, and rRsetType are always present; every other field is populated only for the dnsType(s) noted in its description.
376
+ required:
377
+ - name
378
+ - type
379
+ - dnsType
380
+ - ttl
381
+ - rawText
382
+ - rRsetType
383
+ properties:
384
+ name:
385
+ type: string
386
+ description: Name of the queried domain.
387
+ type:
388
+ type: integer
389
+ description: DNS type code (1=A, 28=AAAA, 5=CNAME, 15=MX, 2=NS, 6=SOA, 16=TXT, 99=SPF).
390
+ dnsType:
391
+ type: string
392
+ enum:
393
+ - A
394
+ - AAAA
395
+ - CNAME
396
+ - MX
397
+ - NS
398
+ - SOA
399
+ - TXT
400
+ - SPF
401
+ description: DNS record type as a string.
402
+ ttl:
403
+ type: integer
404
+ description: Time to live in seconds.
405
+ rawText:
406
+ type: string
407
+ description: Raw (un-parsed) DNS record text.
408
+ rRsetType:
409
+ type: integer
410
+ description: Resource record set type code.
411
+ address:
412
+ type: string
413
+ description: IPv4 or IPv6 address. Present only when dnsType is A or AAAA.
414
+ target:
415
+ type: string
416
+ description: Target hostname. Present only when dnsType is CNAME or MX.
417
+ priority:
418
+ type: integer
419
+ description: Mail server priority. Present only when dnsType is MX.
420
+ singleName:
421
+ type: string
422
+ description: Authoritative name server. Present only when dnsType is NS.
423
+ admin:
424
+ type: string
425
+ description: Administrative contact email. Present only when dnsType is SOA.
426
+ host:
427
+ type: string
428
+ description: Primary name server. Present only when dnsType is SOA.
429
+ expire:
430
+ type: integer
431
+ description: Expiry time in seconds. Present only when dnsType is SOA.
432
+ minimum:
433
+ type: integer
434
+ description: Minimum TTL in seconds. Present only when dnsType is SOA.
435
+ refresh:
436
+ type: integer
437
+ description: Refresh interval in seconds. Present only when dnsType is SOA.
438
+ retry:
439
+ type: integer
440
+ description: Retry interval in seconds. Present only when dnsType is SOA.
441
+ serial:
442
+ type: integer
443
+ description: Serial number. Present only when dnsType is SOA.
444
+ strings:
445
+ type: array
446
+ description: Verification or policy strings. Present only when dnsType is TXT or SPF.
447
+ items:
448
+ type: string
449
+ security:
450
+ - ApiKeyAuthHeader: []
451
+ - ApiKeyAuthQuery: []