diff --git a/dist/schemas/tweet.yaml b/dist/schemas/tweet.yaml index 9756e51..1c709da 100644 --- a/dist/schemas/tweet.yaml +++ b/dist/schemas/tweet.yaml @@ -101,6 +101,8 @@ components: type: integer retweeted: type: boolean + retweeted_status_result: + $ref: ./content.yaml#/components/schemas/ItemResult user_id_str: pattern: ^[0-9]+$ type: string diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 620af9f..bd0e730 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -153,6 +153,8 @@ components: type: integer retweeted: type: boolean + retweeted_status_result: + $ref: "./content.yaml#/components/schemas/ItemResult" user_id_str: type: string pattern: "^[0-9]+$"