diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index f1b23a2..c1e84b3 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -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"