Github user steveblackmon commented on a diff in the pull request:

    https://github.com/apache/incubator-streams/pull/360#discussion_r111310308
  
    --- Diff: 
streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/api/FollowingIdsRequest.json
 ---
    @@ -0,0 +1,36 @@
    +{
    +  "$schema": "http://json-schema.org/draft-03/schema";,
    +  "$license": [
    +    "http://www.apache.org/licenses/LICENSE-2.0";
    +  ],
    +  "id": "#",
    +  "javaType" : "org.apache.streams.twitter.api.FollowingIdsRequest",
    +  "javaInterfaces": ["java.io.Serializable"],
    +  "properties": {
    +    "id": {
    +      "description": "The ID of the user for whom to return results for.",
    +      "required": false,
    +      "type": "integer"
    +    },
    +    "screen_name": {
    +      "description": "The screen name of the user for whom to return 
results for.",
    +      "required": false,
    +      "type": "string"
    +    },
    +    "curser": {
    --- End diff --
    
    nice catch. that was wrong a bunch of places.  all fixed now and i watch 
the providers page as expected.


---
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.
---

Reply via email to