blob: 9de13fa1423f90263b10520390e977b58b41176d [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.UserInfoResponse",
"javaInterfaces": [
"java.io.Serializable"
],
"properties": {
"data": {
"$ref": "../pojo/UserInfo.json"
},
"meta": {
"$ref": "Meta.json"
},
"pagination": {
"$ref": "Pagination.json"
}
}
}