blob: b2778d7a71d515b60d6cb29984bbc409ec8a34fe [file] [log] [blame]
{
"type": "object",
"$schema": "http://json-schema.org/draft-03/schema",
"$license": [
"http://www.apache.org/licenses/LICENSE-2.0"
],
"id": "#",
"javaType": "org.apache.streams.instagram.api.CommentsResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "../pojo/Comment.json"
}
},
"meta": {
"$ref": "Meta.json"
},
"pagination": {
"$ref": "Pagination.json"
}
}
}