blob: 03b801d787ae03c82ce49d4a597bd375db8ad896 [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.pojo.Delete",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"delete": {
"type": "object",
"javaType" : "org.apache.streams.twitter.pojo.DeleteDetails",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"status": {
"type": "object",
"properties": {
"id": {
"ignore_malformed": false,
"type": "integer"
},
"user_id": {
"ignore_malformed": false,
"type": "integer"
},
"id_str": {
"type": "string"
},
"user_id_str": {
"type": "string"
}
}
}
}
}
}
}