Skip to content

Commit 6a9c54f

Browse files
add enums (#222)
1 parent 0c2edfc commit 6a9c54f

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

fern/openapi-overrides.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,9 +1380,72 @@ components:
13801380
type: object
13811381
description: Custom data set for this data.
13821382

1383+
# enum additions
1384+
contact:
1385+
properties:
1386+
type:
1387+
enum:
1388+
- contact
1389+
avatar:
1390+
properties:
1391+
type:
1392+
enum:
1393+
- avatar
1394+
create_article_request:
1395+
properties:
1396+
parent_type:
1397+
enum:
1398+
- collection
1399+
- section
1400+
error:
1401+
properties:
1402+
type:
1403+
enum:
1404+
- error.list
1405+
social_profile:
1406+
properties:
1407+
type:
1408+
enum:
1409+
- social_profile
1410+
subscription_type:
1411+
properties:
1412+
type:
1413+
enum:
1414+
- subscription
1415+
tag:
1416+
properties:
1417+
type:
1418+
enum:
1419+
- tag
1420+
ticket_type_attribute:
1421+
properties:
1422+
data_type:
1423+
enum:
1424+
- string
1425+
- list
1426+
- integer
1427+
- decimal
1428+
- boolean
1429+
- datetime
1430+
- files
1431+
update_article_request_body:
1432+
properties:
1433+
parent_type:
1434+
enum:
1435+
- collection
1436+
- section
1437+
visitor:
1438+
properties:
1439+
type:
1440+
enum:
1441+
- visitor
1442+
13831443
# change teammates.teammates to teammates.admins
13841444
conversation_teammates:
13851445
properties:
1446+
type:
1447+
enum:
1448+
- admin.list
13861449
teammates: null
13871450
admins:
13881451
type: array
@@ -1407,6 +1470,7 @@ components:
14071470
properties:
14081471
custom_attributes:
14091472
additionalProperties: true
1473+
14101474
securitySchemes:
14111475
bearerAuth:
14121476
x-fern-bearer:

0 commit comments

Comments
 (0)