Skip to content

Commit 0e20c5e

Browse files
committed
Using x-fern-type-name to set the type name
1 parent cde395a commit 0e20c5e

1 file changed

Lines changed: 27 additions & 29 deletions

File tree

fern/apis/api/openapi-overrides.yml

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,33 @@ paths:
3333
- name: structuredOutputs
3434
schema:
3535
additionalProperties:
36-
$ref: "#/components/schemas/StructuredOutputsFilterValue"
36+
type: object
37+
x-fern-type-name: StructuredOutputsFilterValue
38+
properties:
39+
eq:
40+
type: string
41+
description: Equal to
42+
neq:
43+
type: string
44+
description: Not equal to
45+
gt:
46+
type: string
47+
description: Greater than
48+
gte:
49+
type: string
50+
description: Greater than or equal to
51+
lt:
52+
type: string
53+
description: Less than
54+
lte:
55+
type: string
56+
description: Less than or equal to
57+
contains:
58+
type: string
59+
description: Contains
60+
notContains:
61+
type: string
62+
description: Not contains
3763
/chat:
3864
get:
3965
x-fern-availability: beta
@@ -242,34 +268,6 @@ paths:
242268
x-fern-sdk-method-name: get
243269
components:
244270
schemas:
245-
StructuredOutputsFilterValue:
246-
type: object
247-
description: Filter operators for structured output values
248-
properties:
249-
eq:
250-
type: string
251-
description: Equal to
252-
neq:
253-
type: string
254-
description: Not equal to
255-
gt:
256-
type: string
257-
description: Greater than
258-
gte:
259-
type: string
260-
description: Greater than or equal to
261-
lt:
262-
type: string
263-
description: Less than
264-
lte:
265-
type: string
266-
description: Less than or equal to
267-
contains:
268-
type: string
269-
description: Contains
270-
notContains:
271-
type: string
272-
description: Not contains
273271
CreateAssistantDTO:
274272
properties:
275273
serverMessages:

0 commit comments

Comments
 (0)