mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
Merge pull request #10 from thecodrr/feature/threads
add schema for self_thread in tweets
This commit is contained in:
commit
9f7d85172b
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