mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-03-09 18:30:08 +01:00
update
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
de523dc052
commit
c7d323f781
12 changed files with 678 additions and 1112 deletions
|
|
@ -97,9 +97,19 @@ components:
|
|||
- "result"
|
||||
properties:
|
||||
result:
|
||||
$ref: "#/components/schemas/UserTweetsResult"
|
||||
$ref: "#/components/schemas/UserTweetsResultV1"
|
||||
|
||||
UserTweetsResult:
|
||||
UserTweetsResultV1:
|
||||
required:
|
||||
- "__typename"
|
||||
- "timeline"
|
||||
properties:
|
||||
__typename:
|
||||
$ref: "./../schemas/typename.yaml#/components/schemas/TypeName" # User
|
||||
timeline:
|
||||
$ref: "./../schemas/timeline.yaml#/components/schemas/TimelineResult"
|
||||
|
||||
UserTweetsResultV2:
|
||||
required:
|
||||
- "__typename"
|
||||
- "timeline_v2"
|
||||
|
|
@ -107,7 +117,7 @@ components:
|
|||
__typename:
|
||||
$ref: "./../schemas/typename.yaml#/components/schemas/TypeName" # User
|
||||
timeline_v2:
|
||||
$ref: "./../schemas/timeline.yaml#/components/schemas/TimelineV2"
|
||||
$ref: "./../schemas/timeline.yaml#/components/schemas/TimelineResult"
|
||||
|
||||
UserHighlightsTweetsResponse:
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue