{
  "actions": [
    {
      "name": "getAllEndpoints",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/integrations/byoapi?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/getAllEndpoints-default.json"
        }
      ]
    },
    {
      "name": "createCustomEndpoint",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v1/integrations/byoapi?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/createCustomEndpoint-default.json"
        }
      ]
    },
    {
      "name": "getCustomEndpoint",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{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/getCustomEndpoint-default.json"
        }
      ]
    },
    {
      "name": "updateCustomEndpoint",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/updateCustomEndpoint-default.json"
        }
      ]
    },
    {
      "name": "deleteCustomEndpoint",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "postJsonPayload",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/v1/integrations/custom/{pathv1}/{pathv2}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "PLAIN",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}