1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

add retweeted_status_result

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-23 07:17:53 +09:00
parent 19700d0ef9
commit 8b19677694
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 4 additions and 0 deletions

View file

@ -101,6 +101,8 @@ components:
type: integer
retweeted:
type: boolean
retweeted_status_result:
$ref: ./content.yaml#/components/schemas/ItemResult
user_id_str:
pattern: ^[0-9]+$
type: string

View file

@ -153,6 +153,8 @@ components:
type: integer
retweeted:
type: boolean
retweeted_status_result:
$ref: "./content.yaml#/components/schemas/ItemResult"
user_id_str:
type: string
pattern: "^[0-9]+$"