{
  "actions": [
    {
      "name": "addSubnetOrganization",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v1/{pathv1}/subnetorganization?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "getSubnetOrg",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/{pathv1}/subnetorganization/{pathv2}{pathv3}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "pageSearch",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/{pathv1}/subnetorganization{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/pageSearch-default.json"
        }
      ]
    },
    {
      "name": "modifySubnetOrg",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/v1/{pathv1}/subnetorganization/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "deleteSubnetOrg",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/v1/{pathv1}/subnetorganization/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}