Shaycock

ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround a code snippet with "~~~~"?

# Cloudletjson

{
    "cloudlet-roster": [
        {
            "id": "lgriffin",
            "provider": "tssg",
            "address": "lgriffin@cloudlets.tssg.org",
            "resources": [
                {
                    "resource": {
                        "resource-type": "mobile",
                        "device-name": "Samsung SII",
                        "OS": "Android"
                    }
                },
                {
                    "resource": {
                        "resource-type": "tablet",
                        "device-name": "iPad",
                        "OS": "Apple"
                    }
                }
            ],
            "applications": [
                {
                    "application": {
                        "name": "facebook",
                        "API": "facebook.com/API",
                        "token": "auth_token",
                        "enabled_apps": [
                            {
                                "app": {
                                    "name": "mafia_wars",
                                    "activity": [
                                        "A",
                                        "B",
                                        "C"
                                    ]
                                }
                            },
                            {
                                "app": {
                                    "name": "farmville",
                                    "activity": [
                                        "X",
                                        "Y",
                                        "Z"
                                    ]
                                }
                            }
                        ]
                    }
                },
                {
                    "application": {
                        "name": "picasso",
                        "API": "picasso.com/API",
                        "token": "auth_token",
                        "enabled_apps": [
                            {
                                "albums": {
                                    "name": "holidays_2012",
                                    "location": "picasso.com/API/holidays2012"
                                }
                            },
                            {
                                "albums": {
                                    "name": "christmas_2012",
                                    "location": "picasso.com/API/christmas2012"
                                }
                            }
                        ]
                    }
                }
            ],
            "privacy": {
                "policy_repo": "/home/policies/",
                "active": "personal",
                "enabled_cloudlets": [
                    "erobson",
                    "squealy",
                    "dmccarthy"
                ]
            }
        }
    ]
}