blob: 07eee0c3cfb34adebaabc570ae2914f2cc3d0e6b [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.WelcomeMessageRule",
"javaInterfaces": ["java.io.Serializable"],
"description": "",
"properties": {
"id": {
"type": "string"
},
"created_timestamp": {
"type": "string",
"format" : "date-time"
},
"welcome_message_id": {
"type": "string"
}
}
}