[ https://issues.apache.org/jira/browse/STREAMS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16056869#comment-16056869 ]
ASF GitHub Bot commented on STREAMS-508: ---------------------------------------- Github user steveblackmon commented on a diff in the pull request: https://github.com/apache/incubator-streams/pull/368#discussion_r123141835 --- Diff: streams-contrib/streams-provider-twitter/src/main/jsonschema/org/apache/streams/twitter/api/AccountSettingsResponse.json --- @@ -0,0 +1,111 @@ +{ + "$schema": "http://json-schema.org/draft-03/schema", + "$license": [ + "http://www.apache.org/licenses/LICENSE-2.0" + ], + "id": "#", + "javaType": "org.apache.streams.twitter.api.AccountSettingsResponse", + "javaInterfaces": [ + "java.io.Serializable" + ], + "description": "https://dev.twitter.com/rest/reference/get/account/settings", + "properties": { + "always_use_https": { + "type": "boolean" + }, + "discoverable_by_email": { + "type": "boolean" + }, + "geo_enabled": { + "type": "boolean" + }, + "language": { + "type": "string" + }, + "language": { --- End diff -- no. fixed > Utilize new third-party rest proxy capability in provider-twitter > ----------------------------------------------------------------- > > Key: STREAMS-508 > URL: https://issues.apache.org/jira/browse/STREAMS-508 > Project: Streams > Issue Type: Improvement > Reporter: Steve Blackmon > Assignee: Steve Blackmon > Original Estimate: 4h > Remaining Estimate: 4h > > Requires upgrade juneau dependency to 6.2.1 -- This message was sent by Atlassian JIRA (v6.4.14#64029)