mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 07:30:37 +01:00
add inline_media
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
2041c193de
commit
c2332448a4
3 changed files with 35 additions and 3 deletions
12
dist/compatible/openapi-3.0.yaml
vendored
12
dist/compatible/openapi-3.0.yaml
vendored
|
|
@ -807,10 +807,20 @@ components:
|
|||
properties:
|
||||
inline_media:
|
||||
items:
|
||||
type: object
|
||||
$ref: '#/components/schemas/NoteTweetResultMediaInlineMedia'
|
||||
type: array
|
||||
required:
|
||||
- inline_media
|
||||
NoteTweetResultMediaInlineMedia:
|
||||
properties:
|
||||
index:
|
||||
type: integer
|
||||
media_id:
|
||||
pattern: ^[0-9]+$
|
||||
type: string
|
||||
required:
|
||||
- media_id
|
||||
- index
|
||||
NoteTweetResultRichText:
|
||||
properties:
|
||||
richtext_tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue