software.cfg.json 379 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
    "name": "cloudooo",
    "description": "Clusterised cloudooo",
    "serialisation": "xml",
    "software-type": {
        "default": {
            "title": "Default",
            "description": "Cloudooo",
            "request": "instance-cloudooo-input-schema.json",
            "response": "instance-cloudooo-output-schema.json",
            "index": 0
        }
    }
}