{
  "actions": [
    {
      "name": "getMobileById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mobiles/{pathv1}.json?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getMobileById-default.json"
        }
      ]
    },
    {
      "name": "updateMobileById",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/mobiles/{pathv1}.json?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateMobileById-default.json"
        }
      ]
    },
    {
      "name": "deleteMobileById",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/mobiles/{pathv1}.json?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/deleteMobileById-default.json"
        }
      ]
    },
    {
      "name": "getMobiles",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/mobiles.json?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getMobiles-default.json"
        }
      ]
    },
    {
      "name": "createMobile",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/mobiles.json?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createMobile-default.json"
        }
      ]
    }
  ]
}