Skip to content

Commit 59b9cd3

Browse files
committed
Fix Fern build errors: add x-fern-type mapping for data attribute requests
Set create_data_attribute_request and update_data_attribute_request to map<string, unknown> in unstable-openapi-overrides.yml to match the pattern used in openapi-overrides.yml
1 parent 042a9a8 commit 59b9cd3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

fern/openapi-overrides.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,6 +1454,10 @@ components:
14541454
enum:
14551455
- collection
14561456
- section
1457+
create_data_attribute_request:
1458+
x-fern-type: map<string, unknown>
1459+
update_data_attribute_request:
1460+
x-fern-type: map<string, unknown>
14571461
visitor:
14581462
properties:
14591463
custom_attributes:

fern/unstable-openapi-overrides.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ components:
111111
x-fern-type-name: UpdateArticleRequestBody
112112
update_ticket_type_request:
113113
x-fern-type-name: UpdateTicketTypeRequestBody
114+
create_data_attribute_request:
115+
x-fern-type: map<string, unknown>
116+
update_data_attribute_request:
117+
x-fern-type: map<string, unknown>
114118
single_filter_search_request:
115119
properties:
116120
operator:

0 commit comments

Comments
 (0)