blob: aa7e0e9d0cbf1c52a8ca20fa11dd35ae040a84b1 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType": "org.apache.streams.twitter.api.SubscriptionsCountResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/get-webhook-config",
"properties": {
"account_name": {
"type": "string"
},
"subscriptions_count": {
"type": "integer"
},
"provisioned_count": {
"type": "integer"
}
}
}