Also changing over from a root level object to a root level list for `/gear/gear.json`
44 lines
938 B
JSON
44 lines
938 B
JSON
[
|
|
{
|
|
"name": "Bondage",
|
|
"id": "bondage",
|
|
"values": [
|
|
{
|
|
"name": "Rope",
|
|
"id": "rope",
|
|
"desc": "10m pink, black, or purple"
|
|
},
|
|
{
|
|
"name": "Collars",
|
|
"id": "collars",
|
|
"desc": "Lots of 'em"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Clothes",
|
|
"id": "clothes",
|
|
"values": []
|
|
},
|
|
{
|
|
"name": "Gags",
|
|
"id": "gags",
|
|
"values": []
|
|
},
|
|
{
|
|
"name": "Sensory Deprevation",
|
|
"id": "sensory-deprevation",
|
|
"values": []
|
|
},
|
|
{
|
|
"name": "Food Play",
|
|
"id": "food-play",
|
|
"values": [
|
|
{
|
|
"name": "Pet Bowl",
|
|
"id": "pet-bowl",
|
|
"desc": "A small dog bowl, ideal for kibble or other mostly solid foods"
|
|
}
|
|
]
|
|
}
|
|
]
|