Created
December 13, 2012 16:24
-
-
Save leopic/4277617 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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