{
  "actions": [
    {
      "name": "rESTfulFreeTextGet",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulFreeTextGet-default.json"
        }
      ]
    },
    {
      "name": "rESTfulFreeTextPut",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulFreeTextPost",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulFreeTextGetById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulFreeTextGetById-default.json"
        }
      ]
    },
    {
      "name": "rESTfulFreeTextDelete",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulFreeTextGetAliases",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text/{pathv1}/aliases?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulFreeTextGetAliases-default.json"
        }
      ]
    },
    {
      "name": "postWapiV1FreeTextMasterFreeTextIdAliases",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/wapi/v1/free_text/{pathv1}/aliases?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}