object Get2ComplianceJobsIdResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/ComplianceJob"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    }
  }
}
object 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
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2ListsIdResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/List"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2SpacesIdResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Space"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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
    }
  }
}
object 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
    }
  }
}
object Get2TweetsFirehoseStreamResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Tweet"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2TweetsIdResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Tweet"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2TweetsSample10StreamResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Tweet"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object Get2TweetsSampleStreamResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Tweet"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2TweetsSearchStreamResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Tweet"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object Get2UsersByUsernameUsernameResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/User"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2UsersIdResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/User"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object 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"
    }
  }
}
object Get2UsersMeResponse
{
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/User"
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Problem"
      },
      "minItems": 1
    },
    "includes": {
      "$ref": "#/components/schemas/Expansions"
    }
  }
}
object 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"
    }
  }
}
object HashtagEntity
{
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityIndicesInclusiveExclusive"
    },
    {
      "$ref": "#/components/schemas/HashtagFields"
    }
  ]
}
object 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."
}
integer HttpStatusCode
{
  "type": "integer",
  "maximum": 599,
  "minimum": 100,
  "description": "HTTP Status Code."
}
object 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."
}
Load more schemas