mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
add schema for self_thread in tweets
This commit is contained in:
parent
15076eaa42
commit
234eab9fcc
1 changed files with 8 additions and 0 deletions
|
|
@ -200,6 +200,14 @@ components:
|
|||
id_str:
|
||||
type: string
|
||||
pattern: "^[0-9]+$"
|
||||
self_thread:
|
||||
type: object
|
||||
required:
|
||||
- "id_str"
|
||||
properties:
|
||||
id_str:
|
||||
type: string
|
||||
pattern: "^[0-9]+$"
|
||||
extended_entities:
|
||||
$ref: "#/components/schemas/ExtendedEntities"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue