From 802b3f73b430397af9f6857112f6a06e4921704c Mon Sep 17 00:00:00 2001 From: patrick thornton Date: Thu, 13 Mar 2025 11:33:00 -0400 Subject: [PATCH] remove two duplicates just gets rid of a basic 'tag cannot be listed twice' error in the overrides file --- fern/openapi-overrides.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/fern/openapi-overrides.yml b/fern/openapi-overrides.yml index cf44bf2..3d0bc78 100644 --- a/fern/openapi-overrides.yml +++ b/fern/openapi-overrides.yml @@ -1346,10 +1346,6 @@ components: - x-fern-type-name: UpdateVisitorRequestWithUserId properties: id: null - user_id: - type: string - description: A unique identified for the visitor which is given by you. - example: "123" user_id: type: string description: A unique identified for the visitor which is given by you. @@ -1436,6 +1432,8 @@ components: - section visitor: properties: + custom_attributes: + additionalProperties: true type: enum: - visitor @@ -1466,10 +1464,6 @@ components: properties: custom_attributes: additionalProperties: true - visitor: - properties: - custom_attributes: - additionalProperties: true securitySchemes: bearerAuth: