Skip to content

Commit 8a8b0b7

Browse files
resolve spec typing bugs detailed in FER 4816 (#240)
Co-authored-by: David <chendavid2012@gmail.com>
1 parent b38ee80 commit 8a8b0b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fern/openapi-overrides.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,15 @@ paths:
121121
- companies
122122
x-fern-sdk-method-name: retrieve
123123
x-fern-request-name: RetrieveCompanyRequest
124+
responses:
125+
"200":
126+
content:
127+
application/json:
128+
schema:
129+
"$ref": null
130+
oneOf:
131+
- $ref: "#/components/schemas/company"
132+
- $ref: "#/components/schemas/company_list"
124133
post:
125134
x-fern-sdk-group-name:
126135
- companies
@@ -1419,6 +1428,10 @@ components:
14191428
type:
14201429
enum:
14211430
- tag
1431+
ticket_custom_attributes:
1432+
x-fern-type: map<string, unknown>
1433+
ticket_request_custom_attributes:
1434+
x-fern-type: map<string, unknown>
14221435
ticket_type_attribute:
14231436
properties:
14241437
data_type:

0 commit comments

Comments
 (0)