{
  "actions": [
    {
      "name": "pipelinesCreate",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/pipelines?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/pipelinesCreate-default.json"
        }
      ]
    },
    {
      "name": "pipelinesList",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/pipelines?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/pipelinesList-default.json"
        }
      ]
    },
    {
      "name": "pipelinesGet",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/_apis/pipelines/{pathv3}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/pipelinesGet-default.json"
        }
      ]
    }
  ]
}