Skip to content

Commit c07dd85

Browse files
patrickthorntonpatrick thornton
andauthored
remove two duplicates (#226)
just gets rid of a basic 'tag cannot be listed twice' error in the overrides file Co-authored-by: patrick thornton <patrick@Ferns-MacBook-Pro.local>
1 parent 1a67131 commit c07dd85

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

fern/openapi-overrides.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1346,10 +1346,6 @@ components:
13461346
- x-fern-type-name: UpdateVisitorRequestWithUserId
13471347
properties:
13481348
id: null
1349-
user_id:
1350-
type: string
1351-
description: A unique identified for the visitor which is given by you.
1352-
example: "123"
13531349
user_id:
13541350
type: string
13551351
description: A unique identified for the visitor which is given by you.
@@ -1436,6 +1432,8 @@ components:
14361432
- section
14371433
visitor:
14381434
properties:
1435+
custom_attributes:
1436+
additionalProperties: true
14391437
type:
14401438
enum:
14411439
- visitor
@@ -1466,10 +1464,6 @@ components:
14661464
properties:
14671465
custom_attributes:
14681466
additionalProperties: true
1469-
visitor:
1470-
properties:
1471-
custom_attributes:
1472-
additionalProperties: true
14731467

14741468
securitySchemes:
14751469
bearerAuth:

0 commit comments

Comments
 (0)