software.cfg.json 1.13 KB
Newer Older
1
{
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
  "name": "Apache Frontend",
  "description": "Apache Frontend",
  "serialisation": "xml",
  "software-type": {
    "custom-personal-slave": {
      "title": "Custom Personal (Slave)",
      "description": "Custom Personal",
      "request": "instance-slave-apache-input-schema.json",
      "response": "instance-output-schema.json",
      "index": 1,
      "software-type": "custom-personal",
      "shared": true
    },
    "custom-personal": {
      "title": "Custom Personal",
      "description": "",
      "request": "instance-apache-input-schema.json",
      "response": "instance-output-schema.json",
      "index": 2
    },
    "default": {
      "title": "Default",
      "software-type": "default",
      "description": "Default",
      "request": "instance-apache-input-schema.json",
      "response": "instance-output-schema.json",
      "index": 3
    },
    "default-slave": {
      "title": "Default (slave)",
      "software-type": "default",
      "description": "Default",
      "request": "instance-slave-apache-input-schema.json",
      "response": "instance-output-schema.json",
      "index": 4,
      "shared": true
    }
  }
40
}