Buckets:

vivek13186's picture
download
raw
16.1 kB
[
{
"name": "cat",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": true,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "dog",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "lion",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": true
}
},
{
"name": "tiger",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": true,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "elephant",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "giraffe",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "zebra",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": true,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": true,
"long_tail": false,
"pack": true
}
},
{
"name": "monkey",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": true,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "horse",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "cow",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": true
}
},
{
"name": "pig",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "sheep",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": true,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": true
}
},
{
"name": "goat",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "chicken",
"category": "animal",
"attributes": {
"mammal": false,
"bird": true,
"water": false,
"carnivore": false,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "duck",
"category": "animal",
"attributes": {
"mammal": false,
"bird": true,
"carnivore": false,
"big": false,
"domestic": true,
"can_fly": true,
"stripes": false,
"horns": false,
"water": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": true
}
},
{
"name": "rabbit",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": true,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "bear",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": true,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "panda",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": true,
"long_tail": false,
"pack": false
}
},
{
"name": "kangaroo",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": true,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "koala",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": true,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "fox",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "wolf",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": true,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": true
}
},
{
"name": "deer",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": true
}
},
{
"name": "camel",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": true,
"domestic": true,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": true,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "crocodile",
"category": "animal",
"attributes": {
"mammal": false,
"bird": false,
"carnivore": true,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"water": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": true,
"pack": false
}
},
{
"name": "snake",
"category": "animal",
"attributes": {
"mammal": false,
"bird": false,
"water": false,
"carnivore": true,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "frog",
"category": "animal",
"attributes": {
"mammal": false,
"bird": false,
"carnivore": true,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"water": true,
"climbs": false,
"hops": true,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "penguin",
"category": "animal",
"attributes": {
"mammal": false,
"bird": true,
"carnivore": true,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"water": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": true,
"long_tail": false,
"pack": true
}
},
{
"name": "dolphin",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": true,
"carnivore": true,
"big": true,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": true
}
},
{
"name": "owl",
"category": "animal",
"attributes": {
"mammal": false,
"bird": true,
"water": false,
"carnivore": true,
"big": false,
"domestic": false,
"can_fly": true,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "donkey",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": true
}
},
{
"name": "cheetah",
"category": "animal",
"attributes": {
"mammal": true,
"carnivore": true,
"domestic": false,
"stripes": false,
"long_tail": true,
"bird": false,
"water": false,
"big": false,
"can_fly": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"pack": true
}
},
{
"name": "raccoon",
"category": "animal",
"attributes": {
"carnivore": false,
"big": false,
"domestic": false,
"horns": true,
"long_tail": true,
"mammal": true,
"bird": false,
"water": false,
"can_fly": false,
"stripes": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"pack": true
}
},
{
"name": "aphid",
"category": "animal",
"attributes": {
"mammal": true,
"bird": false,
"water": false,
"carnivore": false,
"big": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"horns": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"long_tail": false,
"pack": false
}
},
{
"name": "squirrel",
"category": "animal",
"attributes": {
"carnivore": false,
"big": false,
"horns": true,
"long_tail": true,
"mammal": true,
"bird": false,
"water": false,
"domestic": false,
"can_fly": false,
"stripes": false,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false,
"pack": true
}
},
{
"name": "hippopotamus",
"category": "animal",
"attributes": {
"mammal": true,
"big": true,
"domestic": false,
"stripes": false,
"long_tail": true,
"pack": false,
"bird": false,
"water": false,
"carnivore": false,
"can_fly": false,
"horns": true,
"climbs": false,
"hops": false,
"wool": false,
"hump": false,
"black_white": false
}
}
]

Xet Storage Details

Size:
16.1 kB
·
Xet hash:
a043f271da13cd8ef713dbbd919d7f1ddad2d0e7b8250278bbd26652974669de

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.