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 0ee0146 commit 22a8970Copy full SHA for 22a8970
fern/generators.yml
@@ -24,7 +24,7 @@ api:
24
idiomatic-request-names: false
25
respect-nullable-schemas: false
26
wrap-references-to-nullable-in-optional: true
27
- # coerce-optional-schemas-to-nullable: true
+ coerce-optional-schemas-to-nullable: true
28
coerce-enums-to-literals: true
29
settings:
30
path-parameter-order: spec-order
fern/unstable-openapi-overrides.yml
@@ -106,6 +106,10 @@ paths:
106
107
components:
108
schemas:
109
+ intercom_version:
110
+ x-fern-ignore: true
111
+ intercom_version_unstable:
112
113
create_data_attribute_request:
114
x-fern-type-name: CreateDataAttributeRequest
115
update_data_attribute_request:
0 commit comments