blob: 37d32ae6fe5dee928d3ca4190bac75b68f81435c [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.pojo.MediaItem",
"javaInterfaces": [
"java.io.Serializable"
],
"properties": {
"height": {
"type": "number"
},
"width": {
"type": "number"
},
"url": {
"type": "string"
}
}
}