mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add retweeted_status_result
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
19700d0ef9
commit
8b19677694
2 changed files with 4 additions and 0 deletions
2
dist/schemas/tweet.yaml
vendored
2
dist/schemas/tweet.yaml
vendored
|
|
@ -101,6 +101,8 @@ components:
|
||||||
type: integer
|
type: integer
|
||||||
retweeted:
|
retweeted:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
retweeted_status_result:
|
||||||
|
$ref: ./content.yaml#/components/schemas/ItemResult
|
||||||
user_id_str:
|
user_id_str:
|
||||||
pattern: ^[0-9]+$
|
pattern: ^[0-9]+$
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,8 @@ components:
|
||||||
type: integer
|
type: integer
|
||||||
retweeted:
|
retweeted:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
retweeted_status_result:
|
||||||
|
$ref: "./content.yaml#/components/schemas/ItemResult"
|
||||||
user_id_str:
|
user_id_str:
|
||||||
type: string
|
type: string
|
||||||
pattern: "^[0-9]+$"
|
pattern: "^[0-9]+$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue