blob: 363ac366c486aa8353dedb59b67ed63c0c1f24c8 [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.ResponseErrors",
"javaInterfaces": ["java.io.Serializable"],
"properties": {
"errors": {
"description": "When the Twitter API returns error messages, it does so in JSON format.",
"required": false,
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {
"type": "integer"
},
"message": {
"type": "string"
}
}
}
}
}
}