blob: 0df1369f01a8fe63f7f11a9c22fb160018974c93 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"type": "object",
"javaType" : "org.apache.streams.twitter.pojo.MessageData",
"javaInterfaces": ["java.io.Serializable"],
"description": "",
"properties": {
"text": {
"type": "string"
},
"ctas": {
"type": "array",
"items": {
"$ref": "./CallToAction.json"
}
},
"entities": {
"$ref": "./tweet.json/#/properties/entities"
},
"quick_reply_response": {
"$ref": "./QuickReply.json"
},
"attachment": {
"$ref": "./MessageAttachment.json"
}
}
}