Github user jfrazee commented on a diff in the pull request: https://github.com/apache/incubator-streams/pull/368#discussion_r122576107 --- Diff: streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/api/FavoritesListRequest.json --- @@ -0,0 +1,41 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "javaType" : "org.apache.streams.twitter.api.FavoritesListRequest", + "javaInterfaces": ["java.io.Serializable"], + "properties": { + "user_id": { + "description": "The ID of the user for whom to return results. Either an id or screen_name is required for this method.", + "required": false, + "type": "integer" --- End diff -- Is having the type here as integer going to cause any problems with some of the Twitter ids with the id != id_str thing?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---