@apifreaks/openapi-specs 0.1.0

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 (109) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +156 -0
  3. package/dist/index.cjs +44663 -0
  4. package/dist/index.d.cts +30 -0
  5. package/dist/index.d.ts +30 -0
  6. package/dist/index.js +44631 -0
  7. package/package.json +81 -0
  8. package/specs/commodity/commodity-fluctuation.json +301 -0
  9. package/specs/commodity/commodity-prices.json +317 -0
  10. package/specs/commodity/commodity-symbols.json +215 -0
  11. package/specs/commodity/commodity-time-series.json +329 -0
  12. package/specs/commodity/historical-commodity-prices.json +273 -0
  13. package/specs/currency/currency-converter.json +261 -0
  14. package/specs/currency/currency-fluctuation.json +282 -0
  15. package/specs/currency/currency-historical-data-limit.json +158 -0
  16. package/specs/currency/currency-rate.json +229 -0
  17. package/specs/currency/currency-supported.json +234 -0
  18. package/specs/currency/currency-symbols.json +161 -0
  19. package/specs/currency/currency-time-series.json +325 -0
  20. package/specs/currency/geolocalized-currency-conversion.json +287 -0
  21. package/specs/currency/historical-currency-converter.json +269 -0
  22. package/specs/currency/historical-currency-rate.json +246 -0
  23. package/specs/dns/bulk-dns-lookup.json +624 -0
  24. package/specs/dns/dns-history-lookup.json +579 -0
  25. package/specs/dns/dns-lookup.json +466 -0
  26. package/specs/dns/reverse-dns-lookup.json +414 -0
  27. package/specs/domain/bulk-domain-checker.json +284 -0
  28. package/specs/domain/domain-search-with-suggestions.json +280 -0
  29. package/specs/domain/domain-search.json +206 -0
  30. package/specs/domain/subdomain-lookup.json +343 -0
  31. package/specs/email-validation/bulk-email-validation.json +534 -0
  32. package/specs/email-validation/email-checker.json +586 -0
  33. package/specs/financial/bulk-vat-rates-country.json +341 -0
  34. package/specs/financial/financial-apis-supported-countries.json +204 -0
  35. package/specs/financial/iban-validation.json +328 -0
  36. package/specs/financial/swift-code-finder.json +192 -0
  37. package/specs/financial/swift-code-lookup.json +220 -0
  38. package/specs/financial/vat-number-validation.json +283 -0
  39. package/specs/financial/vat-rates-by-ip.json +275 -0
  40. package/specs/financial/vat-rates-country.json +288 -0
  41. package/specs/general/usage-credits.json +218 -0
  42. package/specs/geocoding/forward-geocoding.json +402 -0
  43. package/specs/geocoding/reverse-geocoding.json +326 -0
  44. package/specs/geodb/administrative-units-details.json +250 -0
  45. package/specs/geodb/administrative-units-levels.json +198 -0
  46. package/specs/geodb/administrative-units.json +237 -0
  47. package/specs/geodb/cities.json +288 -0
  48. package/specs/geodb/countries-details.json +274 -0
  49. package/specs/geodb/countries.json +276 -0
  50. package/specs/geodb/flags-supported.json +166 -0
  51. package/specs/geodb/flags.json +227 -0
  52. package/specs/geodb/regions.json +109 -0
  53. package/specs/geodb/subregions.json +217 -0
  54. package/specs/ip-intelligence/bulk-ip-lookup.json +1162 -0
  55. package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +417 -0
  56. package/specs/ip-intelligence/ip-locator.json +941 -0
  57. package/specs/ip-intelligence/ip-threat-intelligence.json +316 -0
  58. package/specs/other/astronomy-data.json +803 -0
  59. package/specs/pdf/delete-pdf-page.json +286 -0
  60. package/specs/pdf/linearize-pdf.json +277 -0
  61. package/specs/pdf/merge-pdf.json +285 -0
  62. package/specs/pdf/pdf-compress.json +304 -0
  63. package/specs/pdf/pdf-decrypt.json +297 -0
  64. package/specs/pdf/pdf-encrypt.json +314 -0
  65. package/specs/pdf/pdf-extract-pages.json +295 -0
  66. package/specs/pdf/pdf-file-status.json +208 -0
  67. package/specs/pdf/pdf-file.json +190 -0
  68. package/specs/pdf/pdf-files.json +126 -0
  69. package/specs/pdf/pdf-resource-download.json +168 -0
  70. package/specs/pdf/pdf-resource-upload-binary.json +218 -0
  71. package/specs/pdf/pdf-resource-upload.json +248 -0
  72. package/specs/pdf/pdf-restrict.json +343 -0
  73. package/specs/pdf/pdf-split-pages.json +281 -0
  74. package/specs/pdf/pdf-task-status.json +252 -0
  75. package/specs/pdf/pdf-to-image.json +1219 -0
  76. package/specs/pdf/pdf-unrestrict.json +324 -0
  77. package/specs/pdf/rotate-pdf-pages.json +305 -0
  78. package/specs/phone-validation/bulk-phone-number-validation.json +518 -0
  79. package/specs/phone-validation/phone-number-validation.json +456 -0
  80. package/specs/scraper/web-scraper.json +674 -0
  81. package/specs/screenshot/bulk-screenshot.json +949 -0
  82. package/specs/screenshot/website-screenshot.json +1147 -0
  83. package/specs/ssl/ssl-certificate-chain-lookup.json +756 -0
  84. package/specs/ssl/ssl-certificate-lookup.json +634 -0
  85. package/specs/timezone/timezone-converter.json +362 -0
  86. package/specs/timezone/timezone-lookup.json +910 -0
  87. package/specs/user-agent/bulk-user-agent-parser.json +441 -0
  88. package/specs/user-agent/user-agent-parser.json +346 -0
  89. package/specs/weather/air-quality.json +779 -0
  90. package/specs/weather/bulk-live-weather.json +834 -0
  91. package/specs/weather/flood-forecast.json +693 -0
  92. package/specs/weather/historical-weather.json +1019 -0
  93. package/specs/weather/live-weather.json +789 -0
  94. package/specs/weather/marine-weather.json +940 -0
  95. package/specs/weather/time-series-weather.json +1056 -0
  96. package/specs/weather/weather-forecast.json +1202 -0
  97. package/specs/whois/asn-lookup.json +729 -0
  98. package/specs/whois/bulk-whois-lookup.json +698 -0
  99. package/specs/whois/domain-whois-history-lookup.json +500 -0
  100. package/specs/whois/reverse-whois.json +625 -0
  101. package/specs/whois/whois-domain-lookup.json +533 -0
  102. package/specs/whois/whois-ip-lookup.json +1110 -0
  103. package/specs/zip-code/bulk-zip-code-lookup.json +318 -0
  104. package/specs/zip-code/zip-code-api.json +299 -0
  105. package/specs/zip-code/zip-code-distance-match.json +311 -0
  106. package/specs/zip-code/zip-code-distance.json +307 -0
  107. package/specs/zip-code/zip-codes-by-city.json +279 -0
  108. package/specs/zip-code/zip-codes-by-region.json +278 -0
  109. package/specs/zip-code/zip-codes-radius-search.json +349 -0
@@ -0,0 +1,206 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "Domain Availability API - Check Domain Names in Real Time and Get Suggestions",
5
+ "version": "1.0.0",
6
+ "description": "Check whether a domain is available for registration across all top-level domains (TLDs) and second-level domains (SLDs). Uses DNS-based or WHOIS-based lookups to determine domain availability. Returns a simple response with the domain name and a boolean availability indicator.",
7
+ "contact": {
8
+ "name": "APIFreaks Support",
9
+ "url": "https://apifreaks.com/contact",
10
+ "email": "support@apifreaks.com"
11
+ }
12
+ },
13
+ "servers": [
14
+ {
15
+ "url": "https://api.apifreaks.com/v1.0",
16
+ "description": "Domain Search API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/domain/availability": {
21
+ "get": {
22
+ "tags": ["Domain APIs"],
23
+ "summary": "Check whether a domain is available for registration or not.",
24
+ "description": "The Domain Search API is designed to simplify the process of finding available domain names across all top-level domains (TLDs) and second-level domains (SLDs).",
25
+ "parameters": [
26
+ {
27
+ "name": "format",
28
+ "in": "query",
29
+ "required": false,
30
+ "schema": {
31
+ "type": "string",
32
+ "enum": ["json", "xml"],
33
+ "default": "json"
34
+ },
35
+ "description": "Format of the response."
36
+ },
37
+ {
38
+ "name": "domain",
39
+ "in": "query",
40
+ "required": true,
41
+ "schema": {
42
+ "type": "string"
43
+ },
44
+ "description": "Domain name whose availability is to be checked."
45
+ },
46
+ {
47
+ "name": "source",
48
+ "in": "query",
49
+ "required": false,
50
+ "schema": {
51
+ "type": "string",
52
+ "enum": ["dns", "whois"],
53
+ "default": "dns"
54
+ },
55
+ "description": "Specify the data source for domain availability checks. Use \"dns\" for DNS-based lookups or \"whois\" for WHOIS-based lookups. By default, \"dns\" is used."
56
+ }
57
+ ],
58
+ "responses": {
59
+ "200": {
60
+ "description": "Success",
61
+ "content": {
62
+ "application/json": {
63
+ "schema": {
64
+ "$ref": "#/components/schemas/DomainAvailabilityResponse"
65
+ },
66
+ "examples": {
67
+ "success": {
68
+ "summary": "Domain available",
69
+ "value": {
70
+ "domain": "google.com",
71
+ "domainAvailability": false
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }
77
+ },
78
+ "400": {
79
+ "description": "Bad Request – Missing domain, or domain has an unrecognized/unsupported TLD",
80
+ "content": {
81
+ "application/json": {
82
+ "schema": {
83
+ "$ref": "#/components/schemas/ErrorResponse"
84
+ },
85
+ "examples": {
86
+ "missingDomain": {
87
+ "summary": "Missing required domain parameter",
88
+ "value": {
89
+ "error": "Invalid Param Exception",
90
+ "message": "please pass correct parameters",
91
+ "path": "/v1.0/domain/availability",
92
+ "status": 400,
93
+ "timestamp": "2026-07-27T12:18:21.115Z"
94
+ }
95
+ },
96
+ "unsupportedTld": {
97
+ "summary": "Domain has an unrecognized or unsupported TLD",
98
+ "value": {
99
+ "timestamp": "2026-07-27T12:18:47.346748812Z",
100
+ "status": 400,
101
+ "error": "Invalid Param Exception",
102
+ "message": "Please pass domain param correct value [For Technical Support: support@whoisfreaks.com]",
103
+ "path": "/v1.0/domain/availability"
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+ },
110
+ "408": {
111
+ "description": "Request Timeout – Unable to fetch WHOIS data",
112
+ "content": {
113
+ "application/json": {
114
+ "schema": {
115
+ "$ref": "#/components/schemas/ErrorResponse"
116
+ },
117
+ "examples": {
118
+ "error": {
119
+ "summary": "Error response",
120
+ "value": {
121
+ "timestamp": "2025-08-14T10:37:21.871Z",
122
+ "status": 408,
123
+ "error": "Request Timeout",
124
+ "message": "Unable to fetch whois data. Please try again. [For Technical Support email at: support@apifreaks.com]",
125
+ "path": "/v1.0/domain/availability"
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }
131
+ }
132
+ },
133
+ "operationId": "checkDomainAvailability"
134
+ }
135
+ }
136
+ },
137
+ "components": {
138
+ "securitySchemes": {
139
+ "ApiKeyAuthHeader": {
140
+ "type": "apiKey",
141
+ "in": "header",
142
+ "name": "X-apiKey",
143
+ "description": "Pass your API key via the X-apiKey request header."
144
+ },
145
+ "ApiKeyAuthQuery": {
146
+ "type": "apiKey",
147
+ "in": "query",
148
+ "name": "apiKey",
149
+ "description": "Pass your API key via the apiKey query parameter."
150
+ }
151
+ },
152
+ "schemas": {
153
+ "DomainAvailabilityResponse": {
154
+ "type": "object",
155
+ "required": ["domain", "domainAvailability"],
156
+ "properties": {
157
+ "domain": {
158
+ "type": "string",
159
+ "description": "Name of the queried domain"
160
+ },
161
+ "domainAvailability": {
162
+ "type": "boolean",
163
+ "description": "True if available, false if not available"
164
+ }
165
+ },
166
+ "description": "Domain availability check response containing the domain name and availability status."
167
+ },
168
+ "ErrorResponse": {
169
+ "type": "object",
170
+ "description": "Standard error envelope returned by the API on failed requests.",
171
+ "required": ["message"],
172
+ "properties": {
173
+ "error": {
174
+ "type": "string",
175
+ "description": "Short error category or exception type."
176
+ },
177
+ "message": {
178
+ "type": "string",
179
+ "description": "Human-readable error message describing the failure."
180
+ },
181
+ "path": {
182
+ "type": "string",
183
+ "description": "API endpoint path that produced the error."
184
+ },
185
+ "status": {
186
+ "type": "integer",
187
+ "description": "HTTP status code returned with the error."
188
+ },
189
+ "timestamp": {
190
+ "type": "string",
191
+ "format": "date-time",
192
+ "description": "Timestamp when the error occurred (ISO 8601)."
193
+ }
194
+ }
195
+ }
196
+ }
197
+ },
198
+ "security": [
199
+ {
200
+ "ApiKeyAuthHeader": []
201
+ },
202
+ {
203
+ "ApiKeyAuthQuery": []
204
+ }
205
+ ]
206
+ }
@@ -0,0 +1,343 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "Subdomain Finder API - Discover Active, Inactive & Historical Subdomains",
5
+ "version": "1.0.0",
6
+ "description": "Retrieve subdomains related to a given domain name. Returns paginated results with subdomain details including first seen and last seen dates. Supports filtering by date range, status (active/inactive), and pagination with configurable page numbers.",
7
+ "contact": {
8
+ "name": "APIFreaks Support",
9
+ "url": "https://apifreaks.com/contact",
10
+ "email": "support@apifreaks.com"
11
+ }
12
+ },
13
+ "servers": [
14
+ {
15
+ "url": "https://api.apifreaks.com/v1.0",
16
+ "description": "Subdomain Lookup API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/subdomains/lookup": {
21
+ "get": {
22
+ "tags": ["Domain APIs"],
23
+ "summary": "Get subdomains related to the given domain name.",
24
+ "description": "The Subdomain Lookup API is designed to retrieve subdomains related to the given domain name. It helps you explore subdomains that are available for registration or usage.",
25
+ "parameters": [
26
+ {
27
+ "name": "format",
28
+ "in": "query",
29
+ "required": false,
30
+ "schema": {
31
+ "type": "string",
32
+ "enum": ["json", "xml"],
33
+ "default": "json"
34
+ },
35
+ "description": "Format of the response."
36
+ },
37
+ {
38
+ "name": "domain",
39
+ "in": "query",
40
+ "required": true,
41
+ "schema": {
42
+ "type": "string"
43
+ },
44
+ "description": "Domain name for availability and suggestions."
45
+ },
46
+ {
47
+ "name": "after",
48
+ "in": "query",
49
+ "required": false,
50
+ "schema": {
51
+ "type": "string",
52
+ "format": "date"
53
+ },
54
+ "description": "Filter subdomains seen after this date (format YYYY-MM-DD)."
55
+ },
56
+ {
57
+ "name": "before",
58
+ "in": "query",
59
+ "required": false,
60
+ "schema": {
61
+ "type": "string",
62
+ "format": "date"
63
+ },
64
+ "description": "Filter subdomains seen before this date( format YYYY-MM-DD)."
65
+ },
66
+ {
67
+ "name": "status",
68
+ "in": "query",
69
+ "required": false,
70
+ "schema": {
71
+ "type": "string",
72
+ "enum": ["active", "inactive"],
73
+ "default": "active"
74
+ },
75
+ "description": "Filter subdomains by status (active or inactive)."
76
+ },
77
+ {
78
+ "name": "page",
79
+ "in": "query",
80
+ "required": false,
81
+ "schema": {
82
+ "type": "integer",
83
+ "default": 1
84
+ },
85
+ "description": "Page number for paginated results."
86
+ }
87
+ ],
88
+ "responses": {
89
+ "200": {
90
+ "description": "Success",
91
+ "content": {
92
+ "application/json": {
93
+ "schema": {
94
+ "$ref": "#/components/schemas/SubDomainResponse"
95
+ },
96
+ "examples": {
97
+ "success": {
98
+ "summary": "Successful response",
99
+ "value": {
100
+ "domain": "google.com",
101
+ "status": true,
102
+ "query_time": "2026-07-27T12:22:26.954268895",
103
+ "current_page": 1,
104
+ "total_pages": 1543,
105
+ "total_records": 154233,
106
+ "subdomains": [
107
+ {
108
+ "subdomain": "49qq1sm.sites.google.com",
109
+ "first_seen": "2024-03-03",
110
+ "last_seen": "2026-06-18"
111
+ },
112
+ {
113
+ "subdomain": "tvgkp5.feedproxy.ghs.google.com",
114
+ "last_seen": "2026-07-04"
115
+ },
116
+ {
117
+ "subdomain": "www.reusablesec.sites.google.com",
118
+ "first_seen": "2020-02-18",
119
+ "last_seen": "2026-06-20"
120
+ }
121
+ ]
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
127
+ },
128
+ "400": {
129
+ "description": "Bad Request – one or more parameters are invalid",
130
+ "content": {
131
+ "application/json": {
132
+ "schema": {
133
+ "$ref": "#/components/schemas/ErrorResponse"
134
+ },
135
+ "examples": {
136
+ "missingDomain": {
137
+ "summary": "Missing required domain parameter",
138
+ "value": {
139
+ "error": "Invalid Param Exception",
140
+ "message": "please pass correct parameters",
141
+ "path": "/v1.0/subdomains/lookup",
142
+ "status": 400,
143
+ "timestamp": "2026-07-27T12:22:27.587Z"
144
+ }
145
+ },
146
+ "invalidDomain": {
147
+ "summary": "domain is not a syntactically valid domain name",
148
+ "value": {
149
+ "timestamp": "2026-07-27T12:22:40.119716922Z",
150
+ "status": 400,
151
+ "error": "Invalid Param Exception",
152
+ "message": "Please pass domain param correct value[For Technical Support: support@whoisfreaks.com]",
153
+ "path": "/v1.0/subdomains"
154
+ }
155
+ },
156
+ "AfterDateError": {
157
+ "summary": "after is not earlier than before",
158
+ "value": {
159
+ "timestamp": "2026-07-27T12:22:28.233751455Z",
160
+ "status": 400,
161
+ "error": "Invalid Param Exception",
162
+ "message": "after date must be earlier than before date.",
163
+ "path": "/v1.0/subdomains"
164
+ }
165
+ },
166
+ "AfterDateGreaterThanCurrent": {
167
+ "summary": "after is in the future",
168
+ "value": {
169
+ "timestamp": "2026-07-27T12:22:39.061042798Z",
170
+ "status": 400,
171
+ "error": "Invalid Param Exception",
172
+ "message": "after date cannot be greater than the current date.",
173
+ "path": "/v1.0/subdomains"
174
+ }
175
+ },
176
+ "BeforeDateGreaterThanCurrent": {
177
+ "summary": "before is in the future",
178
+ "value": {
179
+ "timestamp": "2026-07-27T12:22:39.609545647Z",
180
+ "status": 400,
181
+ "error": "Invalid Param Exception",
182
+ "message": "before date cannot be greater than the current date.",
183
+ "path": "/v1.0/subdomains"
184
+ }
185
+ }
186
+ }
187
+ }
188
+ }
189
+ },
190
+ "408": {
191
+ "description": "Request Timeout – Unable to fetch WHOIS data",
192
+ "content": {
193
+ "application/json": {
194
+ "schema": {
195
+ "$ref": "#/components/schemas/ErrorResponse"
196
+ },
197
+ "examples": {
198
+ "error": {
199
+ "summary": "Error response",
200
+ "value": {
201
+ "timestamp": "2025-08-14T10:37:21.871Z",
202
+ "status": 408,
203
+ "error": "Request Timeout",
204
+ "message": "Unable to fetch whois data. Please try again. [For Technical Support email at: support@apifreaks.com]",
205
+ "path": "/v1.0/subdomains/lookup"
206
+ }
207
+ }
208
+ }
209
+ }
210
+ }
211
+ }
212
+ },
213
+ "operationId": "lookupSubdomains"
214
+ }
215
+ }
216
+ },
217
+ "components": {
218
+ "securitySchemes": {
219
+ "ApiKeyAuthHeader": {
220
+ "type": "apiKey",
221
+ "in": "header",
222
+ "name": "X-apiKey",
223
+ "description": "Pass your API key via the X-apiKey request header."
224
+ },
225
+ "ApiKeyAuthQuery": {
226
+ "type": "apiKey",
227
+ "in": "query",
228
+ "name": "apiKey",
229
+ "description": "Pass your API key via the apiKey query parameter."
230
+ }
231
+ },
232
+ "schemas": {
233
+ "SubDomainResponse": {
234
+ "type": "object",
235
+ "required": [
236
+ "domain",
237
+ "status",
238
+ "query_time",
239
+ "current_page",
240
+ "total_pages",
241
+ "total_records",
242
+ "subdomains"
243
+ ],
244
+ "properties": {
245
+ "domain": {
246
+ "type": "string",
247
+ "description": "The domain name for which subdomains are retrieved."
248
+ },
249
+ "status": {
250
+ "type": "boolean",
251
+ "description": "Indicates whether the request was successfully processed or not."
252
+ },
253
+ "query_time": {
254
+ "type": "string",
255
+ "description": "Timestamp showing when the API request was executed."
256
+ },
257
+ "current_page": {
258
+ "type": "integer",
259
+ "description": "The current page number of the paginated response."
260
+ },
261
+ "total_pages": {
262
+ "type": "integer",
263
+ "description": "Total number of pages available for the given query. Each page has 100 subdomain entries."
264
+ },
265
+ "total_records": {
266
+ "type": "integer",
267
+ "description": "Total number of subdomains found for the domain."
268
+ },
269
+ "subdomains": {
270
+ "type": "array",
271
+ "description": "Returns an array of subdomain objects. Each object contains detailed information about an individual subdomain.",
272
+ "items": {
273
+ "$ref": "#/components/schemas/SubdomainItem"
274
+ }
275
+ }
276
+ },
277
+ "description": "Subdomain lookup response containing paginated subdomain results."
278
+ },
279
+ "SubdomainItem": {
280
+ "type": "object",
281
+ "description": "A single subdomain record with discovery dates.",
282
+ "required": ["subdomain", "last_seen"],
283
+ "properties": {
284
+ "subdomain": {
285
+ "type": "string",
286
+ "description": "The discovered subdomain associated with the given domain."
287
+ },
288
+ "first_seen": {
289
+ "type": "string",
290
+ "format": "date",
291
+ "description": "The date when the subdomain was first discovered. Can be absent for some records."
292
+ },
293
+ "last_seen": {
294
+ "type": "string",
295
+ "format": "date",
296
+ "description": "The most recent date when the subdomain was observed."
297
+ },
298
+ "inactive_from": {
299
+ "type": "string",
300
+ "format": "date",
301
+ "description": "The date from which the subdomain is considered inactive. Appears only if inactive."
302
+ }
303
+ }
304
+ },
305
+ "ErrorResponse": {
306
+ "type": "object",
307
+ "description": "Standard error envelope returned by the API on failed requests.",
308
+ "required": ["message"],
309
+ "properties": {
310
+ "error": {
311
+ "type": "string",
312
+ "description": "Short error category or exception type."
313
+ },
314
+ "message": {
315
+ "type": "string",
316
+ "description": "Human-readable error message describing the failure."
317
+ },
318
+ "path": {
319
+ "type": "string",
320
+ "description": "API endpoint path that produced the error."
321
+ },
322
+ "status": {
323
+ "type": "integer",
324
+ "description": "HTTP status code returned with the error."
325
+ },
326
+ "timestamp": {
327
+ "type": "string",
328
+ "format": "date-time",
329
+ "description": "Timestamp when the error occurred (ISO 8601)."
330
+ }
331
+ }
332
+ }
333
+ }
334
+ },
335
+ "security": [
336
+ {
337
+ "ApiKeyAuthHeader": []
338
+ },
339
+ {
340
+ "ApiKeyAuthQuery": []
341
+ }
342
+ ]
343
+ }