blob: b8f380eb0a6b66afa2f61ae336a811600086b76d [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.SuggestedUserCategory",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-users-suggestions",
"properties": {
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"size": {
"type": "integer"
},
"users": {
"type": "array",
"items": {
"type": {
"$ref": "../pojo/User.json"
}
}
}
}
}