Get2ComplianceJobsIdResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/ComplianceJob"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
}
}
}
Get2ComplianceJobsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ComplianceJob"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
}
}
}
Get2DmConversationsIdDmEventsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DmEvent"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2DmConversationsWithParticipantIdDmEventsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DmEvent"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2DmEventsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/DmEvent"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2ListsIdFollowersResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2ListsIdMembersResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2ListsIdResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/List"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2ListsIdTweetsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2SpacesByCreatorIdsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Space"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2SpacesIdBuyersResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2SpacesIdResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Space"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2SpacesIdTweetsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2SpacesResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Space"
},
"minItems": 1
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2SpacesSearchResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Space"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsCountsAllResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SearchCount"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"total_tweet_count": {
"$ref": "#/components/schemas/Aggregate"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
}
}
}
Get2TweetsCountsRecentResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SearchCount"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"total_tweet_count": {
"$ref": "#/components/schemas/Aggregate"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
}
}
}
Get2TweetsFirehoseStreamResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Tweet"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsIdLikingUsersResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsIdQuoteTweetsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsIdResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Tweet"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsIdRetweetedByResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsSample10StreamResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Tweet"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsSampleStreamResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Tweet"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsSearchAllResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsSearchRecentResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2TweetsSearchStreamResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/Tweet"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersByResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersByUsernameUsernameResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/User"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdBlockingResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdBookmarksResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdFollowedListsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/List"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdFollowersResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdFollowingResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdLikedTweetsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdListMembershipsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/List"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdMentionsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdMutingResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdOwnedListsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/List"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdPinnedListsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/List"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"result_count": {
"$ref": "#/components/schemas/ResultCount"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/User"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdTimelinesReverseChronologicalResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersIdTweetsResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tweet"
},
"minItems": 1
},
"meta": {
"type": "object",
"properties": {
"newest_id": {
"$ref": "#/components/schemas/NewestId"
},
"oldest_id": {
"$ref": "#/components/schemas/OldestId"
},
"next_token": {
"$ref": "#/components/schemas/NextToken"
},
"result_count": {
"$ref": "#/components/schemas/ResultCount"
},
"previous_token": {
"$ref": "#/components/schemas/PreviousToken"
}
}
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersMeResponse
{
"type": "object",
"properties": {
"data": {
"$ref": "#/components/schemas/User"
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
Get2UsersResponse
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/User"
},
"minItems": 1
},
"errors": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Problem"
},
"minItems": 1
},
"includes": {
"$ref": "#/components/schemas/Expansions"
}
}
}
HashtagEntity
{
"allOf": [
{
"$ref": "#/components/schemas/EntityIndicesInclusiveExclusive"
},
{
"$ref": "#/components/schemas/HashtagFields"
}
]
}
HashtagFields
{
"type": "object",
"required": [
"tag"
],
"properties": {
"tag": {
"type": "string",
"example": "MondayMotivation",
"description": "The text of the Hashtag."
}
},
"description": "Represent the portion of text recognized as a Hashtag, and its start and end position within the text."
}
HttpStatusCode
{
"type": "integer",
"maximum": 599,
"minimum": 100,
"description": "HTTP Status Code."
}
InvalidRequestProblem
{
"allOf": [
{
"$ref": "#/components/schemas/Problem"
},
{
"type": "object",
"properties": {
"errors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
},
"parameters": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"minItems": 1
}
}
}
],
"description": "A problem that indicates this request is invalid."
}