1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

add schema for self_thread in tweets

This commit is contained in:
Abdullah Atta 2023-06-14 23:26:31 +05:00
parent 15076eaa42
commit 234eab9fcc

View file

@ -200,6 +200,14 @@ components:
id_str: id_str:
type: string type: string
pattern: "^[0-9]+$" pattern: "^[0-9]+$"
self_thread:
type: object
required:
- "id_str"
properties:
id_str:
type: string
pattern: "^[0-9]+$"
extended_entities: extended_entities:
$ref: "#/components/schemas/ExtendedEntities" $ref: "#/components/schemas/ExtendedEntities"