blob: 2867463dbc02c7997ab87e62b515146ab0399126 [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.WelcomeMessage",
"javaInterfaces": ["java.io.Serializable"],
"description": "",
"properties": {
"id": {
"type": "string"
},
"created_timestamp": {
"type": "string",
"format" : "date-time"
},
"message_data": {
"$ref": "../pojo/MessageData.json"
}
}
}