Skip to content

Commit 30394f8

Browse files
patrick thorntonpatrick thornton
authored andcommitted
bookkeeping on teammates.teammates to admins
1 parent d21c4cb commit 30394f8

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

fern/openapi-overrides.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,21 @@ components:
13791379
title: Custom atttributes
13801380
type: object
13811381
description: Custom data set for this data.
1382-
1382+
1383+
# change teammates.teammates to teammates.admins
1384+
conversation_teammates:
1385+
properties:
1386+
teammates: null
1387+
admins:
1388+
type: array
1389+
description: The list of teammates who participated in the conversation
1390+
(wrote at least one conversation part).
1391+
items:
1392+
"$ref": "#/components/schemas/reference"
1393+
required:
1394+
- type
1395+
- admins
1396+
13831397
# changing Record<string, string> to Record<string, unknown> wherever possible
13841398
company:
13851399
properties:

0 commit comments

Comments
 (0)