blob: 16efe5545cdbcdd8aa403da42fef278b70e446e8 [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.Webhook",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/get-webhook-config",
"properties": {
"id": {
"type": "string"
},
"url": {
"type": "string"
},
"valid": {
"type": "boolean"
},
"created_timestamp": {
"type": "string",
"format": "date-time"
}
}
}