{
  "actions": [
    {
      "name": "createConstraintTest",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v4/servicedebug/constraint-test/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createConstraintTest-default.json"
        }
      ]
    },
    {
      "name": "createDciRecompute",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v4/servicedebug/dci-recompute/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createDciRecompute-default.json"
        }
      ]
    },
    {
      "name": "createTriggerTtzAlgorithm",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v4/servicedebug/trigger-ttz-algorithm?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}