{
  "actions": [
    {
      "name": "showSegmentDetails",
      "protocol": "REST",
      "method": "GET",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
        "v1": "{base_path}/{version}/segments/{pathv1}?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "updateSegment",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
        "v1": "{base_path}/{version}/segments/{pathv1}?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "deleteSegment",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
        "v1": "{base_path}/{version}/segments/{pathv1}?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "listSegments",
      "protocol": "REST",
      "method": "GET",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/segments?{query}",
        "v1": "{base_path}/{version}/segments?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "createSegment",
      "protocol": "REST",
      "method": "POST",
      "entitypath": {
        "v0": "{base_path}/{version}/v2.0/segments?{query}",
        "v1": "{base_path}/{version}/segments?{query}"
      },
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}