We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85306ac commit 8e19ee9Copy full SHA for 8e19ee9
fern/openapi-overrides.yml
@@ -1379,6 +1379,20 @@ components:
1379
title: Custom atttributes
1380
type: object
1381
description: Custom data set for this data.
1382
+
1383
+ # changing Record<string, string> to Record<string, unknown> wherever possible
1384
+ company:
1385
+ properties:
1386
+ custom_attributes:
1387
+ additionalProperties: true
1388
+ create_or_update_company_request:
1389
1390
1391
1392
+ visitor:
1393
1394
1395
1396
securitySchemes:
1397
bearerAuth:
1398
x-fern-bearer:
0 commit comments