[
  {
    "ContainingType": "Lemon.Controllers.HalfDuplexController",
    "Method": "Down",
    "RelativePath": "HalfDuplex/Down",
    "HttpMethod": "GET",
    "IsController": true,
    "Order": 0,
    "Parameters": [],
    "ReturnTypes": []
  },
  {
    "ContainingType": "Lemon.Controllers.HalfDuplexController",
    "Method": "GetUUID",
    "RelativePath": "HalfDuplex/Get-UUID",
    "HttpMethod": "GET",
    "IsController": true,
    "Order": 0,
    "Parameters": [],
    "ReturnTypes": [
      {
        "Type": "System.Void",
        "MediaTypes": [],
        "StatusCode": 200
      }
    ]
  },
  {
    "ContainingType": "Lemon.Controllers.HalfDuplexController",
    "Method": "SetSession",
    "RelativePath": "HalfDuplex/Set-SessionEndpoint/{UUID}",
    "HttpMethod": "GET",
    "IsController": true,
    "Order": 0,
    "Parameters": [
      {
        "Name": "UUID",
        "Type": "System.String",
        "IsRequired": true
      }
    ],
    "ReturnTypes": []
  },
  {
    "ContainingType": "Lemon.Controllers.HalfDuplexController",
    "Method": "Up",
    "RelativePath": "HalfDuplex/Up",
    "HttpMethod": "POST",
    "IsController": true,
    "Order": 0,
    "Parameters": [],
    "ReturnTypes": []
  }
]