{
  "actions": [
    {
      "name": "systemPropertyGetSystemProperties",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/systemProperty/getSystemProperties?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/systemPropertyGetSystemProperties-default.json"
        }
      ]
    },
    {
      "name": "systemPropertyGetSystemProperty",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/systemProperty/getSystemProperty?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/systemPropertyGetSystemProperty-default.json"
        }
      ]
    },
    {
      "name": "systemPropertyInsertOrUpdateSystemProperty",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/systemProperty/insertOrUpdateSystemProperty?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/systemPropertyInsertOrUpdateSystemProperty-default.json"
        }
      ]
    },
    {
      "name": "systemPropertyInsertSystemProperty",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/systemProperty/insertSystemProperty?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/systemPropertyInsertSystemProperty-default.json"
        }
      ]
    },
    {
      "name": "systemPropertyUpdateSystemProperty",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/systemProperty/updateSystemProperty?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/systemPropertyUpdateSystemProperty-default.json"
        }
      ]
    }
  ]
}