{
  "statusCode" : 200,
  "statusDescription" : "OK",
  "successMessage" : "OFBiz Resources.",
  "data" : {
    "resources" : [ {
      "/services" : {
        "path" : "https://demo-trunk.ofbiz.apache.org/rest/services",
        "verbs" : [ "GET" ]
      }
    }, {
      "/openapi.{type:json|yaml}" : {
        "path" : "https://demo-trunk.ofbiz.apache.org/rest/openapi.{type:json|yaml}",
        "verbs" : [ "GET" ]
      }
    }, {
      "/" : {
        "path" : "https://demo-trunk.ofbiz.apache.org/rest/",
        "verbs" : [ "GET" ]
      }
    }, { } ]
  }
}