blob: e20598feafb81ad7cb50787495d6335fcc3fdb96 [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.WelcomeMessageNewRuleResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/direct-messages/welcome-messages/api-reference/new-welcome-message-rule",
"properties": {
"welcome_message_rule": {
"type": "object",
"javaType": "org.apache.streams.twitter.api.WelcomeMessageNewRuleResponseWrapper",
"properties": {
"id": {
"description": "The ID of the Welcome Message that will be sent when this Rule is triggered.",
"type": "string",
"required": true
},
"created_timestamp": {
"description": "created_timestamp",
"type": "string",
"required": true
},
"welcome_message_id": {
"description": "The ID of the Welcome Message that will be sent when this Rule is triggered.",
"type": "string",
"required": true
}
}
}
}
}