Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit f7086d0

Browse files
chore(bot): update openapi3 schema
1 parent 161d703 commit f7086d0

6 files changed

+4098
-148
lines changed

build/3.0.0/polyproto.chat-v0.1.0-alpha.0.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ components:
9090
type: object
9191
required:
9292
- data
93-
- dest_id
93+
- destId
9494
properties:
9595
data:
9696
type: string
97-
dest_id:
97+
destId:
9898
type: string
9999
description: |-
100100
"EncryptedMessageData" is encrypted message data with unencrypted metadata. The amount of
@@ -112,7 +112,7 @@ components:
112112
properties:
113113
fid:
114114
type: string
115-
display_name:
115+
displayName:
116116
type: string
117117
pronouns:
118118
type: string
@@ -149,14 +149,14 @@ components:
149149
models.channel.ChannelData:
150150
type: object
151151
required:
152-
- parent_id
152+
- parentId
153153
- type
154154
- position
155155
- name
156156
- description
157157
- permissions
158158
properties:
159-
parent_id:
159+
parentId:
160160
type: string
161161
type:
162162
type: integer
@@ -180,22 +180,22 @@ components:
180180
type: object
181181
required:
182182
- id
183-
- display_name
184-
- owner_id
185-
- created_at
183+
- displayName
184+
- ownerId
185+
- createdAt
186186
properties:
187187
id:
188188
type: string
189-
display_name:
189+
displayName:
190190
type: string
191191
description:
192192
type: string
193193
icon:
194194
type: string
195195
format: uri
196-
owner_id:
196+
ownerId:
197197
type: string
198-
created_at:
198+
createdAt:
199199
type: string
200200
format: date-time
201201
models.message.Embed:

0 commit comments

Comments
 (0)