Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Created August 25, 2017 16:00
Show Gist options
  • Save dontpaniclabsgists/b30031b3c3801faf98955f66d02aed94 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/b30031b3c3801faf98955f66d02aed94 to your computer and use it in GitHub Desktop.
azure_functions_4_1
{
    "id": "1",
    "season": "fall2017",
    "shirts": [
        {
            "num": 0,
            "url": "https://whateverbillhasstorage.blob.core.windows.net/whateverbillhasstatic/shirt_1.png",
            "notes": ""
        },
        {
            "num": 1,
            "url": "https://whateverbillhasstorage.blob.core.windows.net/whateverbillhasstatic/shirt_1.png",
            "notes": ""
        }  
    ],
    "pants": [
        {
            "num": 0,
            "url": "https://whateverbillhasstorage.blob.core.windows.net/whateverbillhasstatic/pants_1.png",
            "notes": ""
        }
    ],
    "outfits": [
        {
            "num": 0,
            "shirt": 0,
            "pants": 0,
            "notes": "outfit 2"
        },
        {           
            "num": 1,
            "shirt": 1,
           "pants": 1,
            "notes": "outfit 2"
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment