Skip to content

Instantly share code, notes, and snippets.

@leopic
Created December 13, 2012 16:24
Show Gist options
  • Save leopic/4277617 to your computer and use it in GitHub Desktop.
Save leopic/4277617 to your computer and use it in GitHub Desktop.
// color json
{
"collection": {
"key": "/images/items/small/OAK/OAK1017/C45EB.jpg",
"displayName": "Earth Brown",
"keyType": "image",
"axes": {
"axis": {
"key": "S",
"sku": "OAK1017-C45BK-S"
},
"axis": {
"key": "M",
"sku": "OAK1017-C45BK-M"
},
"axis": {
"key": "L",
"sku": "OAK1017-C45BK-L"
},
"axis": {
"key": "XL",
"sku": "OAK1017-C45BK-XL"
}
}
},
"collection": {
"key": "/images/items/small/OAK/OAK1017/C45EB.jpg",
"displayName": "Black",
"keyType": "image",
"axes": {
"axis": {
"key": "S",
"sku": "OAK1017-C45BK-S"
},
"axis": {
"key": "XL",
"sku": "OAK1017-C45BK-XL"
}
}
}
}
// size json
{
"collection": {
"key": "XL",
"displayName": "EXTRA LARGE",
"keyType": "text",
"axes": {
"axis": {
"key": "/images/items/small/OAK/OAK1017/C45EB.jpg",
"sku": "OAK1017-C45BK-XL"
},
"axis": {
"key": "/images/items/small/OAK/OAK1017/C45EB.jpg",
"sku": "OAK1017-C45BK-XL"
}
}
},
"collection": {
"key": "S",
"displayName": "Small",
"keyType": "text",
"axes": {
"axis": {
"key": "/images/items/small/OAK/OAK1017/C45EB.jpg",
"sku": "OAK1017-C45BK-XL"
},
"axis": {
"key": "/images/items/small/OAK/OAK1017/C45EB.jpg",
"sku": "OAK1017-C45BK-XL"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment