Skip to content

Commit 22a8970

Browse files
committed
renable correct type coersion by ignoring version header
1 parent 0ee0146 commit 22a8970

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fern/generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ api:
2424
idiomatic-request-names: false
2525
respect-nullable-schemas: false
2626
wrap-references-to-nullable-in-optional: true
27-
# coerce-optional-schemas-to-nullable: true
27+
coerce-optional-schemas-to-nullable: true
2828
coerce-enums-to-literals: true
2929
settings:
3030
path-parameter-order: spec-order

fern/unstable-openapi-overrides.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ paths:
106106

107107
components:
108108
schemas:
109+
intercom_version:
110+
x-fern-ignore: true
111+
intercom_version_unstable:
112+
x-fern-ignore: true
109113
create_data_attribute_request:
110114
x-fern-type-name: CreateDataAttributeRequest
111115
update_data_attribute_request:

0 commit comments

Comments
 (0)