diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 91186e1..d1260d6 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -238,7 +238,25 @@ components: UserMention: type: object # todo Url: - type: object # todo + type: object + required: + - "url" + - "indices" + - "expanded_url" + - "display_url" + properties: + display_url: + type: string + expanded_url: + type: string + format: uri + url: + type: string + format: uri + indices: + type: array + items: + type: integer ExtendedEntities: required: