blob: de29aae6f2d955965daa98029df677cead9e60f5 [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.WelcomeMessagesListResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"description": "https://developer.twitter.com/en/docs/direct-messages/welcome-messages/api-reference/list-welcome-messages",
"properties": {
"welcome_messages": {
"type": "array",
"items": {
"$ref": "../pojo/WelcomeMessage.json"
}
},
"next_curser": {
"type": "string"
}
}
}