{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/wapi/v1/{parentTypeGroup}/{parentId}/cards": {
      "get": {
        "tags": [
          "NodesCards"
        ],
        "operationId": "rESTfulCardsGet",
        "description": "The parameters and request body are for method: rESTfulCardsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "parentTypeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "parentTypeGroup",
              "type": "string"
            }
          },
          {
            "name": "parentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "parentId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/cards": {
      "get": {
        "tags": [
          "NodesCards"
        ],
        "operationId": "getWapiV1Cards",
        "description": "The parameters and request body are for method: getWapiV1Cards. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/cards/{id}": {
      "get": {
        "tags": [
          "NodesCards"
        ],
        "operationId": "rESTfulCardsGetById",
        "description": "The parameters and request body are for method: rESTfulCardsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "base_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slot_representation": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "card_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "peak_power": {
                      "type": "number"
                    },
                    "weight": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "cards": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slots": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "ports": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent": {
                    "href": "string"
                  },
                  "name": "string",
                  "base_node": {
                    "href": "string"
                  },
                  "slot_representation": {
                    "href": "string"
                  },
                  "card_type": {
                    "href": "string"
                  },
                  "peak_power": 6,
                  "weight": 8,
                  "status": "string",
                  "cards": {
                    "href": "string"
                  },
                  "slots": {
                    "href": "string"
                  },
                  "ports": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesCards"
        ],
        "operationId": "rESTfulCardsPut",
        "description": "The parameters and request body are for method: rESTfulCardsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodesCards"
        ],
        "operationId": "rESTfulCardsDelete",
        "description": "The parameters and request body are for method: rESTfulCardsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{nodeId}/ports": {
      "get": {
        "tags": [
          "NodesPorts"
        ],
        "operationId": "rESTfulPortsGet",
        "description": "The parameters and request body are for method: rESTfulPortsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{nodeId}/ports/{id}": {
      "get": {
        "tags": [
          "NodesPorts"
        ],
        "operationId": "rESTfulPortsGetById",
        "description": "The parameters and request body are for method: rESTfulPortsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "port_representation": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_property_values": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "links": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_node": {
                    "href": "string"
                  },
                  "port_representation": {
                    "href": "string"
                  },
                  "node_property_values": {
                    "href": "string"
                  },
                  "links": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/ports": {
      "get": {
        "tags": [
          "NodesPorts"
        ],
        "operationId": "getWapiV1Ports",
        "description": "The parameters and request body are for method: getWapiV1Ports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{nodeId}/ports/{id}/links": {
      "get": {
        "tags": [
          "Links"
        ],
        "operationId": "rESTfulLinksGet",
        "description": "The parameters and request body are for method: rESTfulLinksGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/links": {
      "get": {
        "tags": [
          "Links"
        ],
        "operationId": "getWapiV1Links",
        "description": "The parameters and request body are for method: getWapiV1Links. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Links"
        ],
        "operationId": "rESTfulLinksPut",
        "description": "The parameters and request body are for method: rESTfulLinksPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Links"
        ],
        "operationId": "rESTfulLinksPost",
        "description": "The parameters and request body are for method: rESTfulLinksPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/links/{id}": {
      "get": {
        "tags": [
          "Links"
        ],
        "operationId": "rESTfulLinksGetById",
        "description": "The parameters and request body are for method: rESTfulLinksGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "link_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "from_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "to_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "link_property_values": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "vis_links": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "link_type": {
                    "href": "string"
                  },
                  "from_node": {
                    "href": "string"
                  },
                  "to_node": {
                    "href": "string"
                  },
                  "link_property_values": {
                    "href": "string"
                  },
                  "vis_links": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Links"
        ],
        "operationId": "putWapiV1LinksId",
        "description": "The parameters and request body are for method: putWapiV1LinksId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Links"
        ],
        "operationId": "rESTfulLinksDelete",
        "description": "The parameters and request body are for method: rESTfulLinksDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{nodeId}/slots": {
      "get": {
        "tags": [
          "NodesSlots"
        ],
        "operationId": "rESTfulSlotsGet",
        "description": "The parameters and request body are for method: rESTfulSlotsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{nodeId}/slots/{id}": {
      "get": {
        "tags": [
          "NodesSlots"
        ],
        "operationId": "rESTfulSlotsGetById",
        "description": "The parameters and request body are for method: rESTfulSlotsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "base_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slot_representation": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent": {
                    "href": "string"
                  },
                  "name": "string",
                  "base_node": {
                    "href": "string"
                  },
                  "slot_representation": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodesSlots"
        ],
        "operationId": "rESTfulSlotsPost",
        "description": "The parameters and request body are for method: rESTfulSlotsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/slots": {
      "get": {
        "tags": [
          "NodesSlots"
        ],
        "operationId": "getWapiV1Slots",
        "description": "The parameters and request body are for method: getWapiV1Slots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/port_representations": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "rESTfulPortRepresentationsGet",
        "description": "The parameters and request body are for method: rESTfulPortRepresentationsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "rESTfulPortRepresentationsPost",
        "description": "The parameters and request body are for method: rESTfulPortRepresentationsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/port_representations/{id}": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "rESTfulPortRepresentationsGetById",
        "description": "The parameters and request body are for method: rESTfulPortRepresentationsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "height": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "anchor_point_x": {
                      "type": "number"
                    },
                    "anchor_point_y": {
                      "type": "number"
                    },
                    "ref_x": {
                      "type": "number"
                    },
                    "ref_y": {
                      "type": "number"
                    },
                    "ref_width": {
                      "type": "number"
                    },
                    "ref_height": {
                      "type": "number"
                    },
                    "ref_angle": {
                      "type": "number"
                    },
                    "ref_anchor_point_x": {
                      "type": "number"
                    },
                    "ref_anchor_point_y": {
                      "type": "number"
                    },
                    "bendpoint_path": {
                      "type": "string"
                    },
                    "is_hidden": {
                      "type": "boolean"
                    },
                    "port_fields": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "x": 1,
                  "y": 4,
                  "width": 7,
                  "height": 9,
                  "angle": 4,
                  "anchor_point_x": 7,
                  "anchor_point_y": 1,
                  "ref_x": 6,
                  "ref_y": 6,
                  "ref_width": 9,
                  "ref_height": 4,
                  "ref_angle": 5,
                  "ref_anchor_point_x": 5,
                  "ref_anchor_point_y": 1,
                  "bendpoint_path": "string",
                  "is_hidden": false,
                  "port_fields": {
                    "href": "string"
                  },
                  "node_type": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "rESTfulPortRepresentationsPut",
        "description": "The parameters and request body are for method: rESTfulPortRepresentationsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "rESTfulPortRepresentationsDelete",
        "description": "The parameters and request body are for method: rESTfulPortRepresentationsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/port_representations": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "getWapiV1PortRepresentations",
        "description": "The parameters and request body are for method: getWapiV1PortRepresentations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "putWapiV1PortRepresentations",
        "description": "The parameters and request body are for method: putWapiV1PortRepresentations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "postWapiV1PortRepresentations",
        "description": "The parameters and request body are for method: postWapiV1PortRepresentations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/port_representations/{id}": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentations"
        ],
        "operationId": "getWapiV1PortRepresentationsId",
        "description": "The parameters and request body are for method: getWapiV1PortRepresentationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/port_representations/{portRepresentationId}/port_fields": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentationsPortFields"
        ],
        "operationId": "rESTfulPortFieldsGet",
        "description": "The parameters and request body are for method: rESTfulPortFieldsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "portRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/port_representations/{portRepresentationId}/port_fields/{id}": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentationsPortFields"
        ],
        "operationId": "rESTfulPortFieldsGetById",
        "description": "The parameters and request body are for method: rESTfulPortFieldsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_port_representation": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_reference_port": {
                      "type": "boolean"
                    },
                    "node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "text_justification": {
                      "type": "number"
                    },
                    "text_align": {
                      "type": "number"
                    },
                    "font_family": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "font_color": {
                      "type": "string"
                    },
                    "fill_color": {
                      "type": "string"
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underlined": {
                      "type": "boolean"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_port_representation": {
                    "href": "string"
                  },
                  "is_reference_port": true,
                  "node_type_property": {
                    "href": "string"
                  },
                  "name": "string",
                  "value": "string",
                  "text_justification": 0,
                  "text_align": 2,
                  "font_family": 0,
                  "font_size": 8,
                  "font_color": "string",
                  "fill_color": "string",
                  "offset_x": 8,
                  "offset_y": 6,
                  "angle": 7,
                  "is_bold": false,
                  "is_italic": false,
                  "is_underlined": false,
                  "is_displayed": true,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "portRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "portRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/port_fields": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentationsPortFields"
        ],
        "operationId": "getWapiV1PortFields",
        "description": "The parameters and request body are for method: getWapiV1PortFields. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/port_fields/{id}": {
      "get": {
        "tags": [
          "NodeTypesPortRepresentationsPortFields"
        ],
        "operationId": "getWapiV1PortFieldsId",
        "description": "The parameters and request body are for method: getWapiV1PortFieldsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/slot_representations": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "rESTfulSlotRepresentationsGet",
        "description": "The parameters and request body are for method: rESTfulSlotRepresentationsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "rESTfulSlotRepresentationsPost",
        "description": "The parameters and request body are for method: rESTfulSlotRepresentationsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/slot_representations/{id}": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "rESTfulSlotRepresentationsGetById",
        "description": "The parameters and request body are for method: rESTfulSlotRepresentationsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "height": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "slot_mapping": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slot_fields": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "x": 6,
                  "y": 2,
                  "width": 8,
                  "height": 4,
                  "angle": 1,
                  "slot_mapping": {
                    "href": "string"
                  },
                  "slot_fields": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "rESTfulSlotRepresentationsPut",
        "description": "The parameters and request body are for method: rESTfulSlotRepresentationsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "rESTfulSlotRepresentationsDelete",
        "description": "The parameters and request body are for method: rESTfulSlotRepresentationsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/slot_representations": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "getWapiV1SlotRepresentations",
        "description": "The parameters and request body are for method: getWapiV1SlotRepresentations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "putWapiV1SlotRepresentations",
        "description": "The parameters and request body are for method: putWapiV1SlotRepresentations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "postWapiV1SlotRepresentations",
        "description": "The parameters and request body are for method: postWapiV1SlotRepresentations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/slot_representations/{id}": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentations"
        ],
        "operationId": "getWapiV1SlotRepresentationsId",
        "description": "The parameters and request body are for method: getWapiV1SlotRepresentationsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/slot_representations/{slotRepresentationId}/slot_fields": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotFields"
        ],
        "operationId": "rESTfulSlotFieldsGet",
        "description": "The parameters and request body are for method: rESTfulSlotFieldsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "slotRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "slotRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/slot_representations/{slotRepresentationId}/slot_fields/{id}": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotFields"
        ],
        "operationId": "rESTfulSlotFieldsGetById",
        "description": "The parameters and request body are for method: rESTfulSlotFieldsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_slot_representation": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "value": {
                      "type": "string"
                    },
                    "text_justification": {
                      "type": "number"
                    },
                    "text_align": {
                      "type": "number"
                    },
                    "font_family": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "font_color": {
                      "type": "string"
                    },
                    "fill_color": {
                      "type": "string"
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underlined": {
                      "type": "boolean"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_slot_representation": {
                    "href": "string"
                  },
                  "node_type_property": {
                    "href": "string"
                  },
                  "name": "string",
                  "value": "string",
                  "text_justification": 1,
                  "text_align": 2,
                  "font_family": 8,
                  "font_size": 5,
                  "font_color": "string",
                  "fill_color": "string",
                  "offset_x": 9,
                  "offset_y": 6,
                  "angle": 6,
                  "is_bold": false,
                  "is_italic": false,
                  "is_underlined": true,
                  "is_displayed": true,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "slotRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "slotRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/slot_fields": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotFields"
        ],
        "operationId": "getWapiV1SlotFields",
        "description": "The parameters and request body are for method: getWapiV1SlotFields. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/slot_fields/{id}": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotFields"
        ],
        "operationId": "getWapiV1SlotFieldsId",
        "description": "The parameters and request body are for method: getWapiV1SlotFieldsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/slot_representations/{slotRepresentationId}/slot_mapping": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "rESTfulSlotMappingGet",
        "description": "The parameters and request body are for method: rESTfulSlotMappingGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "slotRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "slotRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "rESTfulSlotMappingPost",
        "description": "The parameters and request body are for method: rESTfulSlotMappingPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "slotRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "slotRepresentationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/{typeGroup}/{typeId}/slot_representations/{slotRepresentationId}/slot_mapping/{id}": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "rESTfulSlotMappingGetById",
        "description": "The parameters and request body are for method: rESTfulSlotMappingGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "slot_representation": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "card_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "slot_representation": {
                    "href": "string"
                  },
                  "card_type": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "slotRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "slotRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "rESTfulSlotMappingDelete",
        "description": "The parameters and request body are for method: rESTfulSlotMappingDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          },
          {
            "name": "typeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeId",
              "type": "number"
            }
          },
          {
            "name": "slotRepresentationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "slotRepresentationId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/slot_mapping": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "getWapiV1SlotMapping",
        "description": "The parameters and request body are for method: getWapiV1SlotMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "postWapiV1SlotMapping",
        "description": "The parameters and request body are for method: postWapiV1SlotMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/slot_mapping/{id}": {
      "get": {
        "tags": [
          "NodeTypesSlotRepresentationsSlotMappings"
        ],
        "operationId": "getWapiV1SlotMappingId",
        "description": "The parameters and request body are for method: getWapiV1SlotMappingId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/card_types": {
      "get": {
        "tags": [
          "NodeTypesCardTypes"
        ],
        "operationId": "rESTfulCardTypesGet",
        "description": "The parameters and request body are for method: rESTfulCardTypesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesCardTypes"
        ],
        "operationId": "rESTfulCardTypesPut",
        "description": "The parameters and request body are for method: rESTfulCardTypesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesCardTypes"
        ],
        "operationId": "rESTfulCardTypesPost",
        "description": "The parameters and request body are for method: rESTfulCardTypesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/card_types/{id}": {
      "get": {
        "tags": [
          "NodeTypesCardTypes"
        ],
        "operationId": "rESTfulCardTypesGetById",
        "description": "The parameters and request body are for method: rESTfulCardTypesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "base_node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "background": {
                      "type": "string"
                    },
                    "peak_power": {
                      "type": "number"
                    },
                    "weight": {
                      "type": "number"
                    },
                    "physical_height": {
                      "type": "number"
                    },
                    "physical_width": {
                      "type": "number"
                    },
                    "vendor": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "port_representations": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slot_representations": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "mapped_to": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "base_node_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "background": "string",
                  "peak_power": 4,
                  "weight": 3,
                  "physical_height": 6,
                  "physical_width": 4,
                  "vendor": {
                    "href": "string"
                  },
                  "port_representations": {
                    "href": "string"
                  },
                  "slot_representations": {
                    "href": "string"
                  },
                  "mapped_to": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesCardTypes"
        ],
        "operationId": "putWapiV1CardTypesId",
        "description": "The parameters and request body are for method: putWapiV1CardTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesCardTypes"
        ],
        "operationId": "rESTfulCardTypesDelete",
        "description": "The parameters and request body are for method: rESTfulCardTypesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/circuit_properties": {
      "get": {
        "tags": [
          "CircuitProperties"
        ],
        "operationId": "rESTfulCircuitPropertiesGet",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertiesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CircuitProperties"
        ],
        "operationId": "rESTfulCircuitPropertiesPut",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertiesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "property"
            }
          }
        }
      },
      "post": {
        "tags": [
          "CircuitProperties"
        ],
        "operationId": "rESTfulCircuitPropertiesPost",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertiesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "circuitProperty"
            }
          }
        }
      }
    },
    "/wapi/v1/circuit_properties/{id}": {
      "get": {
        "tags": [
          "CircuitProperties"
        ],
        "operationId": "rESTfulCircuitPropertiesGetById",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertiesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "show_in_acra": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "is_system": true,
                  "show_in_acra": false,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CircuitProperties"
        ],
        "operationId": "rESTfulCircuitPropertiesDelete",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertiesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/circuit_property_values": {
      "get": {
        "tags": [
          "CircuitsPropertyValues"
        ],
        "operationId": "rESTfulCircuitPropertyValuesGet",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertyValuesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/circuits/{circuitId}/circuit_property_values": {
      "get": {
        "tags": [
          "CircuitsPropertyValues"
        ],
        "operationId": "getWapiV1CircuitsCircuitIdCircuitPropertyValues",
        "description": "The parameters and request body are for method: getWapiV1CircuitsCircuitIdCircuitPropertyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "circuitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "circuitId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CircuitsPropertyValues"
        ],
        "operationId": "rESTfulCircuitPropertyValuesPut",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertyValuesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "circuitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "circuitId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "circuitPropertyValue"
            }
          }
        }
      }
    },
    "/wapi/v1/circuits/{circuitId}/circuit_property_values/{id}": {
      "get": {
        "tags": [
          "CircuitsPropertyValues"
        ],
        "operationId": "rESTfulCircuitPropertyValuesGetById",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertyValuesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_circuit": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "circuit_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_circuit": {
                    "href": "string"
                  },
                  "circuit_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "circuitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "circuitId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/circuits/{circuitId}/circuit_property_values/init_absent_values": {
      "post": {
        "tags": [
          "CircuitsPropertyValues"
        ],
        "operationId": "rESTfulCircuitPropertyValuesInitAbsentValues",
        "description": "The parameters and request body are for method: rESTfulCircuitPropertyValuesInitAbsentValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "circuitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "circuitId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/circuits": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "rESTfulCircuitsGet",
        "description": "The parameters and request body are for method: rESTfulCircuitsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Circuits"
        ],
        "operationId": "rESTfulCircuitsPost",
        "description": "The parameters and request body are for method: rESTfulCircuitsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "addCircuitData"
            }
          }
        }
      }
    },
    "/wapi/v1/circuits/{id}": {
      "get": {
        "tags": [
          "Circuits"
        ],
        "operationId": "rESTfulCircuitsGetById",
        "description": "The parameters and request body are for method: rESTfulCircuitsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "from_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "to_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "circuit_property_values": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "from_node": {
                    "href": "string"
                  },
                  "to_node": {
                    "href": "string"
                  },
                  "circuit_property_values": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Circuits"
        ],
        "operationId": "rESTfulCircuitsDelete",
        "description": "The parameters and request body are for method: rESTfulCircuitsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/device_types": {
      "get": {
        "tags": [
          "NodeTypesDeviceTypes"
        ],
        "operationId": "rESTfulDeviceTypesGet",
        "description": "The parameters and request body are for method: rESTfulDeviceTypesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesDeviceTypes"
        ],
        "operationId": "rESTfulDeviceTypesPut",
        "description": "The parameters and request body are for method: rESTfulDeviceTypesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesDeviceTypes"
        ],
        "operationId": "rESTfulDeviceTypesPost",
        "description": "The parameters and request body are for method: rESTfulDeviceTypesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/device_types/{id}": {
      "get": {
        "tags": [
          "NodeTypesDeviceTypes"
        ],
        "operationId": "rESTfulDeviceTypesGetById",
        "description": "The parameters and request body are for method: rESTfulDeviceTypesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "system_object_id": {
                      "type": "string"
                    },
                    "in_stock": {
                      "type": "number"
                    },
                    "base_node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "background": {
                      "type": "string"
                    },
                    "peak_power": {
                      "type": "number"
                    },
                    "weight": {
                      "type": "number"
                    },
                    "physical_height": {
                      "type": "number"
                    },
                    "physical_width": {
                      "type": "number"
                    },
                    "vendor": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "port_representations": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slot_representations": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "system_object_id": "string",
                  "in_stock": 10,
                  "base_node_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "background": "string",
                  "peak_power": 6,
                  "weight": 5,
                  "physical_height": 8,
                  "physical_width": 1,
                  "vendor": {
                    "href": "string"
                  },
                  "port_representations": {
                    "href": "string"
                  },
                  "slot_representations": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesDeviceTypes"
        ],
        "operationId": "putWapiV1DeviceTypesId",
        "description": "The parameters and request body are for method: putWapiV1DeviceTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesDeviceTypes"
        ],
        "operationId": "rESTfulDeviceTypesDelete",
        "description": "The parameters and request body are for method: rESTfulDeviceTypesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/devices": {
      "get": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "rESTfulDevicesGet",
        "description": "The parameters and request body are for method: rESTfulDevicesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "rESTfulDevicesPost",
        "description": "The parameters and request body are for method: rESTfulDevicesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/devices/{id}": {
      "get": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "rESTfulDevicesGetById",
        "description": "The parameters and request body are for method: rESTfulDevicesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "base_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "parent_rack_container": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "device_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "peak_power": {
                      "type": "number"
                    },
                    "weight": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    },
                    "container_position": {
                      "type": "number"
                    },
                    "rack_units_occupied": {
                      "type": "number"
                    },
                    "cards": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "slots": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "ports": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "base_node": {
                    "href": "string"
                  },
                  "parent_rack_container": {
                    "href": "string"
                  },
                  "device_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "peak_power": 10,
                  "weight": 1,
                  "status": "string",
                  "container_position": 9,
                  "rack_units_occupied": 3,
                  "cards": {
                    "href": "string"
                  },
                  "slots": {
                    "href": "string"
                  },
                  "ports": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "rESTfulDevicesPut",
        "description": "The parameters and request body are for method: rESTfulDevicesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "rESTfulDevicesDelete",
        "description": "The parameters and request body are for method: rESTfulDevicesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/racks/{rackId}/containers/{containerId}/mounted_devices": {
      "get": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "getWapiV1RacksRackIdContainersContainerIdMountedDevices",
        "description": "The parameters and request body are for method: getWapiV1RacksRackIdContainersContainerIdMountedDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackId",
              "type": "number"
            }
          },
          {
            "name": "containerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "containerId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesDevices"
        ],
        "operationId": "rESTfulDevicesMountDevice",
        "description": "The parameters and request body are for method: rESTfulDevicesMountDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackId",
              "type": "number"
            }
          },
          {
            "name": "containerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "containerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/free_text": {
      "get": {
        "tags": [
          "FreeText"
        ],
        "operationId": "rESTfulFreeTextGet",
        "description": "The parameters and request body are for method: rESTfulFreeTextGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FreeText"
        ],
        "operationId": "rESTfulFreeTextPut",
        "description": "The parameters and request body are for method: rESTfulFreeTextPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "freeText"
            }
          }
        }
      },
      "post": {
        "tags": [
          "FreeText"
        ],
        "operationId": "rESTfulFreeTextPost",
        "description": "The parameters and request body are for method: rESTfulFreeTextPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "freeText"
            }
          }
        }
      }
    },
    "/wapi/v1/free_text/{id}": {
      "get": {
        "tags": [
          "FreeText"
        ],
        "operationId": "rESTfulFreeTextGetById",
        "description": "The parameters and request body are for method: rESTfulFreeTextGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_diagram": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "master_free_text": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "displayed_value": {
                      "type": "string"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "z_order": {
                      "type": "number"
                    },
                    "is_alias": {
                      "type": "boolean"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "background_color": {
                      "type": "string"
                    },
                    "justification": {
                      "type": "number"
                    },
                    "can_move": {
                      "type": "boolean"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underline": {
                      "type": "boolean"
                    },
                    "font_family": {
                      "type": "string"
                    },
                    "align": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_diagram": {
                    "href": "string"
                  },
                  "creator": {
                    "href": "string"
                  },
                  "master_free_text": {
                    "href": "string"
                  },
                  "value": "string",
                  "displayed_value": "string",
                  "x": 1,
                  "y": 3,
                  "z_order": 1,
                  "is_alias": true,
                  "font_size": 1,
                  "color": "string",
                  "background_color": "string",
                  "justification": 3,
                  "can_move": true,
                  "angle": 9,
                  "is_displayed": false,
                  "is_bold": true,
                  "is_italic": false,
                  "is_underline": true,
                  "font_family": "string",
                  "align": 8,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FreeText"
        ],
        "operationId": "rESTfulFreeTextDelete",
        "description": "The parameters and request body are for method: rESTfulFreeTextDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/free_text/{masterFreeTextId}/aliases": {
      "get": {
        "tags": [
          "FreeText"
        ],
        "operationId": "rESTfulFreeTextGetAliases",
        "description": "The parameters and request body are for method: rESTfulFreeTextGetAliases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "masterFreeTextId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "masterFreeTextId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FreeText"
        ],
        "operationId": "postWapiV1FreeTextMasterFreeTextIdAliases",
        "description": "The parameters and request body are for method: postWapiV1FreeTextMasterFreeTextIdAliases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "masterFreeTextId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "masterFreeTextId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "freeText"
            }
          }
        }
      }
    },
    "/wapi/v1/groups": {
      "get": {
        "tags": [
          "UserGroups"
        ],
        "operationId": "rESTfulGroupsGet",
        "description": "The parameters and request body are for method: rESTfulGroupsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "UserGroups"
        ],
        "operationId": "rESTfulGroupsPut",
        "description": "The parameters and request body are for method: rESTfulGroupsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "UserGroups"
        ],
        "operationId": "rESTfulGroupsPost",
        "description": "The parameters and request body are for method: rESTfulGroupsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "group"
            }
          }
        }
      }
    },
    "/wapi/v1/groups/{id}": {
      "get": {
        "tags": [
          "UserGroups"
        ],
        "operationId": "rESTfulGroupsGetById",
        "description": "The parameters and request body are for method: rESTfulGroupsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "role": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "is_system": false,
                  "role": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "UserGroups"
        ],
        "operationId": "putWapiV1GroupsId",
        "description": "The parameters and request body are for method: putWapiV1GroupsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "UserGroups"
        ],
        "operationId": "rESTfulGroupsDelete",
        "description": "The parameters and request body are for method: rESTfulGroupsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/hierarchy": {
      "get": {
        "tags": [
          "NodesHierarchy"
        ],
        "operationId": "rESTfulHierarchyGet",
        "description": "The parameters and request body are for method: rESTfulHierarchyGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/hierarchy/{id}": {
      "get": {
        "tags": [
          "NodesHierarchy"
        ],
        "operationId": "rESTfulHierarchyGetById",
        "description": "The parameters and request body are for method: rESTfulHierarchyGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/import/device_type_query": {
      "post": {
        "tags": [
          "ImportDeviceTypeQuery"
        ],
        "operationId": "rESTfulDeviceQueryImportImportDeviceQuery",
        "description": "The parameters and request body are for method: rESTfulDeviceQueryImportImportDeviceQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_categories": {
      "get": {
        "tags": [
          "LinkCategories"
        ],
        "operationId": "rESTfulLinkCategoriesGet",
        "description": "The parameters and request body are for method: rESTfulLinkCategoriesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkCategories"
        ],
        "operationId": "rESTfulLinkCategoriesPut",
        "description": "The parameters and request body are for method: rESTfulLinkCategoriesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinkCategories"
        ],
        "operationId": "rESTfulLinkCategoriesPost",
        "description": "The parameters and request body are for method: rESTfulLinkCategoriesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_categories/{id}": {
      "get": {
        "tags": [
          "LinkCategories"
        ],
        "operationId": "rESTfulLinkCategoriesGetById",
        "description": "The parameters and request body are for method: rESTfulLinkCategoriesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_link_category": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "image": {
                      "type": "string"
                    },
                    "is_favorite": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_link_category": {
                    "href": "string"
                  },
                  "name": "string",
                  "image": "string",
                  "is_favorite": false,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkCategories"
        ],
        "operationId": "putWapiV1LinkCategoriesId",
        "description": "The parameters and request body are for method: putWapiV1LinkCategoriesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "LinkCategories"
        ],
        "operationId": "rESTfulLinkCategoriesDelete",
        "description": "The parameters and request body are for method: rESTfulLinkCategoriesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_overrides": {
      "get": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulLinkOverridesGet",
        "description": "The parameters and request body are for method: rESTfulLinkOverridesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulLinkOverridesPut",
        "description": "The parameters and request body are for method: rESTfulLinkOverridesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulLinkOverridesPost",
        "description": "The parameters and request body are for method: rESTfulLinkOverridesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_overrides/{id}": {
      "get": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulLinkOverridesGetById",
        "description": "The parameters and request body are for method: rESTfulLinkOverridesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_link_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "rule": {
                      "type": "number"
                    },
                    "is_override": {
                      "type": "boolean"
                    },
                    "thickness": {
                      "type": "number"
                    },
                    "link_style": {
                      "type": "number"
                    },
                    "start_arrow": {
                      "type": "number"
                    },
                    "end_arrow": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_link_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "rule": 1,
                  "is_override": true,
                  "thickness": 7,
                  "link_style": 4,
                  "start_arrow": 0,
                  "end_arrow": 6,
                  "color": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_type_properties/{linkTypePropertyId}/link_overrides": {
      "get": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1LinkTypePropertiesLinkTypePropertyIdLinkOverrides",
        "description": "The parameters and request body are for method: getWapiV1LinkTypePropertiesLinkTypePropertyIdLinkOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_type_properties/{linkTypePropertyId}/link_overrides/{id}": {
      "get": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1LinkTypePropertiesLinkTypePropertyIdLinkOverridesId",
        "description": "The parameters and request body are for method: getWapiV1LinkTypePropertiesLinkTypePropertyIdLinkOverridesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_link_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "rule": {
                      "type": "number"
                    },
                    "is_override": {
                      "type": "boolean"
                    },
                    "thickness": {
                      "type": "number"
                    },
                    "link_style": {
                      "type": "number"
                    },
                    "start_arrow": {
                      "type": "number"
                    },
                    "end_arrow": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_link_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "rule": 0,
                  "is_override": false,
                  "thickness": 10,
                  "link_style": 2,
                  "start_arrow": 5,
                  "end_arrow": 14,
                  "color": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_types/{linkTypeId}/link_type_properties/{linkTypePropertyId}/link_overrides": {
      "get": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverrides",
        "description": "The parameters and request body are for method: getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "postWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverrides",
        "description": "The parameters and request body are for method: postWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_types/{linkTypeId}/link_type_properties/{linkTypePropertyId}/link_overrides/{id}": {
      "get": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverridesId",
        "description": "The parameters and request body are for method: getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverridesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_link_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "rule": {
                      "type": "number"
                    },
                    "is_override": {
                      "type": "boolean"
                    },
                    "thickness": {
                      "type": "number"
                    },
                    "link_style": {
                      "type": "number"
                    },
                    "start_arrow": {
                      "type": "number"
                    },
                    "end_arrow": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_link_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "rule": 1,
                  "is_override": false,
                  "thickness": 8,
                  "link_style": 1,
                  "start_arrow": 7,
                  "end_arrow": 15,
                  "color": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "putWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverridesId",
        "description": "The parameters and request body are for method: putWapiV1LinkTypesLinkTypeIdLinkTypePropertiesLinkTypePropertyIdLinkOverridesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "LinkTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulLinkOverridesDelete",
        "description": "The parameters and request body are for method: rESTfulLinkOverridesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "string"
            }
          },
          {
            "name": "linkTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypePropertyId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_property_values": {
      "get": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "rESTfulLinkPropertyValuesGet",
        "description": "The parameters and request body are for method: rESTfulLinkPropertyValuesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "rESTfulLinkPropertyValuesPut",
        "description": "The parameters and request body are for method: rESTfulLinkPropertyValuesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_property_values/{id}": {
      "get": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "rESTfulLinkPropertyValuesGetById",
        "description": "The parameters and request body are for method: rESTfulLinkPropertyValuesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_link": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "link_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "displayed_value": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_link": {
                    "href": "string"
                  },
                  "link_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "displayed_value": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/links/{linkId}/link_property_values": {
      "get": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "getWapiV1LinksLinkIdLinkPropertyValues",
        "description": "The parameters and request body are for method: getWapiV1LinksLinkIdLinkPropertyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "putWapiV1LinksLinkIdLinkPropertyValues",
        "description": "The parameters and request body are for method: putWapiV1LinksLinkIdLinkPropertyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/links/{linkId}/link_property_values/{id}": {
      "get": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "getWapiV1LinksLinkIdLinkPropertyValuesId",
        "description": "The parameters and request body are for method: getWapiV1LinksLinkIdLinkPropertyValuesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_link": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "link_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "displayed_value": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_link": {
                    "href": "string"
                  },
                  "link_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "displayed_value": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "putWapiV1LinksLinkIdLinkPropertyValuesId",
        "description": "The parameters and request body are for method: putWapiV1LinksLinkIdLinkPropertyValuesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/links/{linkId}/link_property_values/init_absent_values": {
      "post": {
        "tags": [
          "LinksPropertyValues"
        ],
        "operationId": "rESTfulLinkPropertyValuesInitAbsentValues",
        "description": "The parameters and request body are for method: rESTfulLinkPropertyValuesInitAbsentValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_type_properties": {
      "get": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "rESTfulLinkTypePropertiesGet",
        "description": "The parameters and request body are for method: rESTfulLinkTypePropertiesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "rESTfulLinkTypePropertiesPut",
        "description": "The parameters and request body are for method: rESTfulLinkTypePropertiesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "rESTfulLinkTypePropertiesPost",
        "description": "The parameters and request body are for method: rESTfulLinkTypePropertiesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_type_properties/{id}": {
      "get": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "rESTfulLinkTypePropertiesGetById",
        "description": "The parameters and request body are for method: rESTfulLinkTypePropertiesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_link_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "link_overrides": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "default_value": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "is_mandatory": {
                      "type": "boolean"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_in_properties": {
                      "type": "boolean"
                    },
                    "text_justification": {
                      "type": "number"
                    },
                    "text_align": {
                      "type": "number"
                    },
                    "font_family": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "font_color": {
                      "type": "string"
                    },
                    "fill_color": {
                      "type": "string"
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underlined": {
                      "type": "boolean"
                    },
                    "is_lock_list": {
                      "type": "boolean"
                    },
                    "is_type_field": {
                      "type": "boolean"
                    },
                    "is_unique_for_this_type": {
                      "type": "boolean"
                    },
                    "is_unique_for_all_types": {
                      "type": "boolean"
                    },
                    "is_upright_alignment": {
                      "type": "boolean"
                    },
                    "anchor": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_link_type": {
                    "href": "string"
                  },
                  "link_overrides": {
                    "href": "string"
                  },
                  "is_system": false,
                  "default_value": "string",
                  "position": 1,
                  "is_mandatory": false,
                  "is_displayed": false,
                  "is_in_properties": true,
                  "text_justification": 1,
                  "text_align": 1,
                  "font_family": 12,
                  "font_size": 8,
                  "font_color": "string",
                  "fill_color": "string",
                  "offset_x": 4,
                  "offset_y": 10,
                  "angle": 9,
                  "is_bold": true,
                  "is_italic": false,
                  "is_underlined": true,
                  "is_lock_list": true,
                  "is_type_field": false,
                  "is_unique_for_this_type": false,
                  "is_unique_for_all_types": false,
                  "is_upright_alignment": true,
                  "anchor": 1,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_types/{linkTypeId}/link_type_properties": {
      "get": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "getWapiV1LinkTypesLinkTypeIdLinkTypeProperties",
        "description": "The parameters and request body are for method: getWapiV1LinkTypesLinkTypeIdLinkTypeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "putWapiV1LinkTypesLinkTypeIdLinkTypeProperties",
        "description": "The parameters and request body are for method: putWapiV1LinkTypesLinkTypeIdLinkTypeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "postWapiV1LinkTypesLinkTypeIdLinkTypeProperties",
        "description": "The parameters and request body are for method: postWapiV1LinkTypesLinkTypeIdLinkTypeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_types/{linkTypeId}/link_type_properties/{id}": {
      "get": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesId",
        "description": "The parameters and request body are for method: getWapiV1LinkTypesLinkTypeIdLinkTypePropertiesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_link_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "link_overrides": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "default_value": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "is_mandatory": {
                      "type": "boolean"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_in_properties": {
                      "type": "boolean"
                    },
                    "text_justification": {
                      "type": "number"
                    },
                    "text_align": {
                      "type": "number"
                    },
                    "font_family": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "font_color": {
                      "type": "string"
                    },
                    "fill_color": {
                      "type": "string"
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underlined": {
                      "type": "boolean"
                    },
                    "is_lock_list": {
                      "type": "boolean"
                    },
                    "is_type_field": {
                      "type": "boolean"
                    },
                    "is_unique_for_this_type": {
                      "type": "boolean"
                    },
                    "is_unique_for_all_types": {
                      "type": "boolean"
                    },
                    "is_upright_alignment": {
                      "type": "boolean"
                    },
                    "anchor": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_link_type": {
                    "href": "string"
                  },
                  "link_overrides": {
                    "href": "string"
                  },
                  "is_system": false,
                  "default_value": "string",
                  "position": 2,
                  "is_mandatory": false,
                  "is_displayed": true,
                  "is_in_properties": true,
                  "text_justification": 1,
                  "text_align": 0,
                  "font_family": 5,
                  "font_size": 9,
                  "font_color": "string",
                  "fill_color": "string",
                  "offset_x": 8,
                  "offset_y": 7,
                  "angle": 6,
                  "is_bold": false,
                  "is_italic": true,
                  "is_underlined": false,
                  "is_lock_list": false,
                  "is_type_field": false,
                  "is_unique_for_this_type": true,
                  "is_unique_for_all_types": true,
                  "is_upright_alignment": false,
                  "anchor": 0,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "putWapiV1LinkTypesLinkTypeIdLinkTypePropertiesId",
        "description": "The parameters and request body are for method: putWapiV1LinkTypesLinkTypeIdLinkTypePropertiesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "LinkTypesProperties"
        ],
        "operationId": "rESTfulLinkTypePropertiesDelete",
        "description": "The parameters and request body are for method: rESTfulLinkTypePropertiesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkTypeId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/link_types": {
      "get": {
        "tags": [
          "LinkTypes"
        ],
        "operationId": "rESTfulLinkTypesGet",
        "description": "The parameters and request body are for method: rESTfulLinkTypesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypes"
        ],
        "operationId": "rESTfulLinkTypesPut",
        "description": "The parameters and request body are for method: rESTfulLinkTypesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinkTypes"
        ],
        "operationId": "rESTfulLinkTypesPost",
        "description": "The parameters and request body are for method: rESTfulLinkTypesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/link_types/{id}": {
      "get": {
        "tags": [
          "LinkTypes"
        ],
        "operationId": "rESTfulLinkTypesGetById",
        "description": "The parameters and request body are for method: rESTfulLinkTypesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "is_favorite": {
                      "type": "boolean"
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "is_enabled": {
                      "type": "boolean"
                    },
                    "is_snapped_to_edge": {
                      "type": "boolean"
                    },
                    "is_matching_port_connectors": {
                      "type": "boolean"
                    },
                    "thickness": {
                      "type": "number"
                    },
                    "link_style": {
                      "type": "number"
                    },
                    "start_arrow": {
                      "type": "number"
                    },
                    "end_arrow": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "link_category": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "link_type_properties": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "is_favorite": false,
                  "is_system": true,
                  "is_enabled": true,
                  "is_snapped_to_edge": false,
                  "is_matching_port_connectors": true,
                  "thickness": 6,
                  "link_style": 0,
                  "start_arrow": 2,
                  "end_arrow": 2,
                  "color": "string",
                  "link_category": {
                    "href": "string"
                  },
                  "link_type_properties": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinkTypes"
        ],
        "operationId": "putWapiV1LinkTypesId",
        "description": "The parameters and request body are for method: putWapiV1LinkTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "LinkTypes"
        ],
        "operationId": "rESTfulLinkTypesDelete",
        "description": "The parameters and request body are for method: rESTfulLinkTypesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/links/{linkId}/vis_links": {
      "get": {
        "tags": [
          "LinksVisLinks"
        ],
        "operationId": "rESTfulVisLinksGet",
        "description": "The parameters and request body are for method: rESTfulVisLinksGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinksVisLinks"
        ],
        "operationId": "rESTfulVisLinksPut",
        "description": "The parameters and request body are for method: rESTfulVisLinksPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "visLink"
            }
          }
        }
      }
    },
    "/wapi/v1/links/{linkId}/vis_links/{id}": {
      "get": {
        "tags": [
          "LinksVisLinks"
        ],
        "operationId": "rESTfulVisLinksGetById",
        "description": "The parameters and request body are for method: rESTfulVisLinksGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_diagram": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "displayed_fields": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_curved": {
                      "type": "boolean"
                    },
                    "bend_points_path": {
                      "type": "string"
                    },
                    "from_anchor_point_x": {
                      "type": "number"
                    },
                    "from_anchor_point_y": {
                      "type": "number"
                    },
                    "to_anchor_point_x": {
                      "type": "number"
                    },
                    "to_anchor_point_y": {
                      "type": "number"
                    },
                    "can_move": {
                      "type": "boolean"
                    },
                    "can_delete": {
                      "type": "boolean"
                    },
                    "is_hidden": {
                      "type": "boolean"
                    },
                    "is_snapped_to_edge": {
                      "type": "boolean"
                    },
                    "z_order": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_diagram": {
                    "href": "string"
                  },
                  "displayed_fields": {
                    "href": "string"
                  },
                  "is_curved": true,
                  "bend_points_path": "string",
                  "from_anchor_point_x": 9,
                  "from_anchor_point_y": 7,
                  "to_anchor_point_x": 3,
                  "to_anchor_point_y": 5,
                  "can_move": true,
                  "can_delete": false,
                  "is_hidden": false,
                  "is_snapped_to_edge": false,
                  "z_order": 10,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "linkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_categories": {
      "get": {
        "tags": [
          "NodeCategories"
        ],
        "operationId": "rESTfulNodeCategoriesGet",
        "description": "The parameters and request body are for method: rESTfulNodeCategoriesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeCategories"
        ],
        "operationId": "rESTfulNodeCategoriesPut",
        "description": "The parameters and request body are for method: rESTfulNodeCategoriesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeCategories"
        ],
        "operationId": "rESTfulNodeCategoriesPost",
        "description": "The parameters and request body are for method: rESTfulNodeCategoriesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_categories/{id}": {
      "get": {
        "tags": [
          "NodeCategories"
        ],
        "operationId": "rESTfulNodeCategoriesGetById",
        "description": "The parameters and request body are for method: rESTfulNodeCategoriesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_node_category": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "image": {
                      "type": "string"
                    },
                    "node_type_group": {
                      "type": "number"
                    },
                    "is_favorite": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_node_category": {
                    "href": "string"
                  },
                  "name": "string",
                  "image": "string",
                  "node_type_group": 10,
                  "is_favorite": false,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeCategories"
        ],
        "operationId": "putWapiV1NodeCategoriesId",
        "description": "The parameters and request body are for method: putWapiV1NodeCategoriesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeCategories"
        ],
        "operationId": "rESTfulNodeCategoriesDelete",
        "description": "The parameters and request body are for method: rESTfulNodeCategoriesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_overrides": {
      "get": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulNodeOverridesGet",
        "description": "The parameters and request body are for method: rESTfulNodeOverridesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulNodeOverridesPut",
        "description": "The parameters and request body are for method: rESTfulNodeOverridesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulNodeOverridesPost",
        "description": "The parameters and request body are for method: rESTfulNodeOverridesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_overrides/{id}": {
      "get": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulNodeOverridesGetById",
        "description": "The parameters and request body are for method: rESTfulNodeOverridesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "rule": {
                      "type": "number"
                    },
                    "is_override": {
                      "type": "boolean"
                    },
                    "image": {
                      "type": "string"
                    },
                    "instance_effect": {
                      "type": "number"
                    },
                    "parent_effect": {
                      "type": "number"
                    },
                    "upwards_propagation": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_node_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "rule": 1,
                  "is_override": false,
                  "image": "string",
                  "instance_effect": 4,
                  "parent_effect": 1,
                  "upwards_propagation": 0,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_type_properties/{nodeTypePropertyId}/node_overrides": {
      "get": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1NodeTypePropertiesNodeTypePropertyIdNodeOverrides",
        "description": "The parameters and request body are for method: getWapiV1NodeTypePropertiesNodeTypePropertyIdNodeOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_type_properties/{nodeTypePropertyId}/node_overrides/{id}": {
      "get": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1NodeTypePropertiesNodeTypePropertyIdNodeOverridesId",
        "description": "The parameters and request body are for method: getWapiV1NodeTypePropertiesNodeTypePropertyIdNodeOverridesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "rule": {
                      "type": "number"
                    },
                    "is_override": {
                      "type": "boolean"
                    },
                    "image": {
                      "type": "string"
                    },
                    "instance_effect": {
                      "type": "number"
                    },
                    "parent_effect": {
                      "type": "number"
                    },
                    "upwards_propagation": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_node_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "rule": -1,
                  "is_override": false,
                  "image": "string",
                  "instance_effect": 0,
                  "parent_effect": 4,
                  "upwards_propagation": 3,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_types/{nodeTypeId}/node_type_properties/{nodeTypePropertyId}/node_overrides": {
      "get": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverrides",
        "description": "The parameters and request body are for method: getWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "postWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverrides",
        "description": "The parameters and request body are for method: postWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverrides. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_types/{nodeTypeId}/node_type_properties/{nodeTypePropertyId}/node_overrides/{id}": {
      "get": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "getWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverridesId",
        "description": "The parameters and request body are for method: getWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverridesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "rule": {
                      "type": "number"
                    },
                    "is_override": {
                      "type": "boolean"
                    },
                    "image": {
                      "type": "string"
                    },
                    "instance_effect": {
                      "type": "number"
                    },
                    "parent_effect": {
                      "type": "number"
                    },
                    "upwards_propagation": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_node_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "rule": 0,
                  "is_override": false,
                  "image": "string",
                  "instance_effect": 1,
                  "parent_effect": 0,
                  "upwards_propagation": 0,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "putWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverridesId",
        "description": "The parameters and request body are for method: putWapiV1NodeTypesNodeTypeIdNodeTypePropertiesNodeTypePropertyIdNodeOverridesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesPropertiesOverrides"
        ],
        "operationId": "rESTfulNodeOverridesDelete",
        "description": "The parameters and request body are for method: rESTfulNodeOverridesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "string"
            }
          },
          {
            "name": "nodeTypePropertyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypePropertyId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_property_values": {
      "get": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "rESTfulNodePropertyValuesGet",
        "description": "The parameters and request body are for method: rESTfulNodePropertyValuesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "rESTfulNodePropertyValuesPut",
        "description": "The parameters and request body are for method: rESTfulNodePropertyValuesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_property_values/{id}": {
      "get": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "rESTfulNodePropertyValuesGetById",
        "description": "The parameters and request body are for method: rESTfulNodePropertyValuesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "displayed_value": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_node": {
                    "href": "string"
                  },
                  "node_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "displayed_value": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/node_property_values": {
      "get": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "getWapiV1NodesNodeIdNodePropertyValues",
        "description": "The parameters and request body are for method: getWapiV1NodesNodeIdNodePropertyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "putWapiV1NodesNodeIdNodePropertyValues",
        "description": "The parameters and request body are for method: putWapiV1NodesNodeIdNodePropertyValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/node_property_values/{id}": {
      "get": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "getWapiV1NodesNodeIdNodePropertyValuesId",
        "description": "The parameters and request body are for method: getWapiV1NodesNodeIdNodePropertyValuesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_type_property": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "value": {
                      "type": "string"
                    },
                    "displayed_value": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_node": {
                    "href": "string"
                  },
                  "node_type_property": {
                    "href": "string"
                  },
                  "value": "string",
                  "displayed_value": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "putWapiV1NodesNodeIdNodePropertyValuesId",
        "description": "The parameters and request body are for method: putWapiV1NodesNodeIdNodePropertyValuesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/node_property_values/init_absent_values": {
      "post": {
        "tags": [
          "NodesPropertyValues"
        ],
        "operationId": "rESTfulNodePropertyValuesInitAbsentValues",
        "description": "The parameters and request body are for method: rESTfulNodePropertyValuesInitAbsentValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_type_properties": {
      "get": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "rESTfulNodeTypePropertiesGet",
        "description": "The parameters and request body are for method: rESTfulNodeTypePropertiesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "rESTfulNodeTypePropertiesPut",
        "description": "The parameters and request body are for method: rESTfulNodeTypePropertiesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "rESTfulNodeTypePropertiesPost",
        "description": "The parameters and request body are for method: rESTfulNodeTypePropertiesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_type_properties/{id}": {
      "get": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "rESTfulNodeTypePropertiesGetById",
        "description": "The parameters and request body are for method: rESTfulNodeTypePropertiesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_overrides": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "default_value": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "is_mandatory": {
                      "type": "boolean"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_in_properties": {
                      "type": "boolean"
                    },
                    "text_justification": {
                      "type": "number"
                    },
                    "text_align": {
                      "type": "number"
                    },
                    "font_family": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "font_color": {
                      "type": "string"
                    },
                    "fill_color": {
                      "type": "string"
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underlined": {
                      "type": "boolean"
                    },
                    "is_lock_list": {
                      "type": "boolean"
                    },
                    "is_type_field": {
                      "type": "boolean"
                    },
                    "is_unique_for_this_type": {
                      "type": "boolean"
                    },
                    "is_unique_for_all_types": {
                      "type": "boolean"
                    },
                    "is_not_editable": {
                      "type": "boolean"
                    },
                    "system_object_id": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_node_type": {
                    "href": "string"
                  },
                  "node_overrides": {
                    "href": "string"
                  },
                  "is_system": true,
                  "default_value": "string",
                  "position": 8,
                  "is_mandatory": false,
                  "is_displayed": true,
                  "is_in_properties": false,
                  "text_justification": 0,
                  "text_align": 2,
                  "font_family": 2,
                  "font_size": 8,
                  "font_color": "string",
                  "fill_color": "string",
                  "offset_x": 9,
                  "offset_y": 10,
                  "angle": 8,
                  "is_bold": false,
                  "is_italic": false,
                  "is_underlined": false,
                  "is_lock_list": false,
                  "is_type_field": false,
                  "is_unique_for_this_type": false,
                  "is_unique_for_all_types": true,
                  "is_not_editable": true,
                  "system_object_id": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_types/{nodeTypeId}/node_type_properties": {
      "get": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "getWapiV1NodeTypesNodeTypeIdNodeTypeProperties",
        "description": "The parameters and request body are for method: getWapiV1NodeTypesNodeTypeIdNodeTypeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "putWapiV1NodeTypesNodeTypeIdNodeTypeProperties",
        "description": "The parameters and request body are for method: putWapiV1NodeTypesNodeTypeIdNodeTypeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "postWapiV1NodeTypesNodeTypeIdNodeTypeProperties",
        "description": "The parameters and request body are for method: postWapiV1NodeTypesNodeTypeIdNodeTypeProperties. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_types/{nodeTypeId}/node_type_properties/{id}": {
      "get": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "getWapiV1NodeTypesNodeTypeIdNodeTypePropertiesId",
        "description": "The parameters and request body are for method: getWapiV1NodeTypesNodeTypeIdNodeTypePropertiesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_overrides": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "default_value": {
                      "type": "string"
                    },
                    "position": {
                      "type": "number"
                    },
                    "is_mandatory": {
                      "type": "boolean"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_in_properties": {
                      "type": "boolean"
                    },
                    "text_justification": {
                      "type": "number"
                    },
                    "text_align": {
                      "type": "number"
                    },
                    "font_family": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "font_color": {
                      "type": "string"
                    },
                    "fill_color": {
                      "type": "string"
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underlined": {
                      "type": "boolean"
                    },
                    "is_lock_list": {
                      "type": "boolean"
                    },
                    "is_type_field": {
                      "type": "boolean"
                    },
                    "is_unique_for_this_type": {
                      "type": "boolean"
                    },
                    "is_unique_for_all_types": {
                      "type": "boolean"
                    },
                    "is_not_editable": {
                      "type": "boolean"
                    },
                    "system_object_id": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_node_type": {
                    "href": "string"
                  },
                  "node_overrides": {
                    "href": "string"
                  },
                  "is_system": true,
                  "default_value": "string",
                  "position": 9,
                  "is_mandatory": false,
                  "is_displayed": true,
                  "is_in_properties": false,
                  "text_justification": 0,
                  "text_align": 2,
                  "font_family": 9,
                  "font_size": 1,
                  "font_color": "string",
                  "fill_color": "string",
                  "offset_x": 10,
                  "offset_y": 5,
                  "angle": 10,
                  "is_bold": true,
                  "is_italic": true,
                  "is_underlined": true,
                  "is_lock_list": false,
                  "is_type_field": true,
                  "is_unique_for_this_type": true,
                  "is_unique_for_all_types": true,
                  "is_not_editable": false,
                  "system_object_id": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "putWapiV1NodeTypesNodeTypeIdNodeTypePropertiesId",
        "description": "The parameters and request body are for method: putWapiV1NodeTypesNodeTypeIdNodeTypePropertiesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesProperties"
        ],
        "operationId": "rESTfulNodeTypePropertiesDelete",
        "description": "The parameters and request body are for method: rESTfulNodeTypePropertiesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeTypeId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/node_types": {
      "get": {
        "tags": [
          "NodeTypes"
        ],
        "operationId": "rESTfulNodeTypesGet",
        "description": "The parameters and request body are for method: rESTfulNodeTypesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypes"
        ],
        "operationId": "rESTfulNodeTypesPut",
        "description": "The parameters and request body are for method: rESTfulNodeTypesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypes"
        ],
        "operationId": "rESTfulNodeTypesPost",
        "description": "The parameters and request body are for method: rESTfulNodeTypesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/node_types/{id}": {
      "get": {
        "tags": [
          "NodeTypes"
        ],
        "operationId": "rESTfulNodeTypesGetById",
        "description": "The parameters and request body are for method: rESTfulNodeTypesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "image": {
                      "type": "string"
                    },
                    "default_height": {
                      "type": "number"
                    },
                    "default_width": {
                      "type": "number"
                    },
                    "node_type_group": {
                      "type": "number"
                    },
                    "is_favorite": {
                      "type": "boolean"
                    },
                    "is_system": {
                      "type": "boolean"
                    },
                    "is_enabled": {
                      "type": "boolean"
                    },
                    "description": {
                      "type": "string"
                    },
                    "is_keep_aspect_ratio": {
                      "type": "boolean"
                    },
                    "double_click_behavior": {
                      "type": "number"
                    },
                    "double_click_behavior_attribute": {
                      "type": "string"
                    },
                    "template": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "hierarchy_browser_label": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_category": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_type_properties": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "image": "string",
                  "default_height": 8,
                  "default_width": 1,
                  "node_type_group": 10,
                  "is_favorite": true,
                  "is_system": false,
                  "is_enabled": true,
                  "description": "string",
                  "is_keep_aspect_ratio": true,
                  "double_click_behavior": 2,
                  "double_click_behavior_attribute": "string",
                  "template": {
                    "href": "string"
                  },
                  "hierarchy_browser_label": {
                    "href": "string"
                  },
                  "node_category": {
                    "href": "string"
                  },
                  "node_type_properties": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypes"
        ],
        "operationId": "putWapiV1NodeTypesId",
        "description": "The parameters and request body are for method: putWapiV1NodeTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypes"
        ],
        "operationId": "rESTfulNodeTypesDelete",
        "description": "The parameters and request body are for method: rESTfulNodeTypesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/nodes": {
      "get": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesGet",
        "description": "The parameters and request body are for method: rESTfulNodesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesPut",
        "description": "The parameters and request body are for method: rESTfulNodesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesPost",
        "description": "The parameters and request body are for method: rESTfulNodesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{id}": {
      "get": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesGetById",
        "description": "The parameters and request body are for method: rESTfulNodesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parent_diagram": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "creator": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "master_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "diagram_settings": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "node_property_values": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "vis_nodes": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "map_coordinates": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "aliases": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "double_click_behavior": {
                      "type": "string"
                    },
                    "is_alias": {
                      "type": "boolean"
                    },
                    "breadcrumbs": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "parent_diagram": {
                    "href": "string"
                  },
                  "node_type": {
                    "href": "string"
                  },
                  "creator": {
                    "href": "string"
                  },
                  "master_node": {
                    "href": "string"
                  },
                  "diagram_settings": {
                    "href": "string"
                  },
                  "node_property_values": {
                    "href": "string"
                  },
                  "vis_nodes": {
                    "href": "string"
                  },
                  "map_coordinates": {
                    "href": "string"
                  },
                  "aliases": {
                    "href": "string"
                  },
                  "double_click_behavior": "string",
                  "is_alias": false,
                  "breadcrumbs": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Nodes"
        ],
        "operationId": "putWapiV1NodesId",
        "description": "The parameters and request body are for method: putWapiV1NodesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesDelete",
        "description": "The parameters and request body are for method: rESTfulNodesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{masterNodeId}/aliases": {
      "get": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesGetAliases",
        "description": "The parameters and request body are for method: rESTfulNodesGetAliases. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "masterNodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "masterNodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Nodes"
        ],
        "operationId": "rESTfulNodesPostAlias",
        "description": "The parameters and request body are for method: rESTfulNodesPostAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "masterNodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "masterNodeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/separate_links": {
      "put": {
        "tags": [
          "Nodes"
        ],
        "operationId": "putWapiV1NodesSeparateLinks",
        "description": "The parameters and request body are for method: putWapiV1NodesSeparateLinks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "visLinksSepartionData"
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{id}/diagram_settings": {
      "get": {
        "tags": [
          "NodesDiagramSettings"
        ],
        "operationId": "rESTfulDiagramSettingsGetDiagramSettings",
        "description": "The parameters and request body are for method: rESTfulDiagramSettingsGetDiagramSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "url": {
                      "type": "string"
                    },
                    "background": {
                      "type": "string"
                    },
                    "is_template": {
                      "type": "boolean"
                    },
                    "template": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "page_color": {
                      "type": "string"
                    },
                    "diagram_width": {
                      "type": "number"
                    },
                    "diagram_height": {
                      "type": "number"
                    },
                    "diagram_margin_size": {
                      "type": "number"
                    },
                    "is_blocked": {
                      "type": "boolean"
                    },
                    "visibility_layers_settings": {
                      "type": "string"
                    },
                    "auto_layout_state": {
                      "type": "number"
                    },
                    "map_coord_left": {
                      "type": "number"
                    },
                    "map_coord_top": {
                      "type": "number"
                    },
                    "map_coord_right": {
                      "type": "number"
                    },
                    "map_coord_bottom": {
                      "type": "number"
                    },
                    "map_units_type": {
                      "type": "number"
                    },
                    "map_source": {
                      "type": "number"
                    },
                    "is_display_grid": {
                      "type": "boolean"
                    },
                    "is_snap_to_grid": {
                      "type": "boolean"
                    },
                    "grid_spacing_x": {
                      "type": "number"
                    },
                    "grid_spacing_y": {
                      "type": "number"
                    },
                    "read_only_for_non_admins": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "url": "string",
                  "background": "string",
                  "is_template": true,
                  "template": {
                    "href": "string"
                  },
                  "page_color": "string",
                  "diagram_width": 5,
                  "diagram_height": 4,
                  "diagram_margin_size": 1,
                  "is_blocked": false,
                  "visibility_layers_settings": "string",
                  "auto_layout_state": 3,
                  "map_coord_left": 9,
                  "map_coord_top": 10,
                  "map_coord_right": 2,
                  "map_coord_bottom": 5,
                  "map_units_type": 4,
                  "map_source": 3,
                  "is_display_grid": true,
                  "is_snap_to_grid": false,
                  "grid_spacing_x": 9,
                  "grid_spacing_y": 8,
                  "read_only_for_non_admins": false,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesDiagramSettings"
        ],
        "operationId": "rESTfulDiagramSettingsPut",
        "description": "The parameters and request body are for method: rESTfulDiagramSettingsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{id}/map_coordinates": {
      "get": {
        "tags": [
          "NodesMapCoordinates"
        ],
        "operationId": "rESTfulNodeMapCoordinatesGetMapCoordinates",
        "description": "The parameters and request body are for method: rESTfulNodeMapCoordinatesGetMapCoordinates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "units": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "x": 9,
                  "y": 1,
                  "units": 0,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesMapCoordinates"
        ],
        "operationId": "rESTfulNodeMapCoordinatesPut",
        "description": "The parameters and request body are for method: rESTfulNodeMapCoordinatesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/vis_nodes": {
      "get": {
        "tags": [
          "NodesVisNodes"
        ],
        "operationId": "rESTfulVisNodesGet",
        "description": "The parameters and request body are for method: rESTfulVisNodesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesVisNodes"
        ],
        "operationId": "rESTfulVisNodesPut",
        "description": "The parameters and request body are for method: rESTfulVisNodesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "visNode"
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/vis_nodes/{id}": {
      "get": {
        "tags": [
          "NodesVisNodes"
        ],
        "operationId": "rESTfulVisNodesGetById",
        "description": "The parameters and request body are for method: rESTfulVisNodesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_diagram": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "displayed_fields": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "visual_override": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_reference_node": {
                      "type": "boolean"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "height": {
                      "type": "number"
                    },
                    "image_override": {
                      "type": "string"
                    },
                    "is_keep_aspect_ratio": {
                      "type": "boolean"
                    },
                    "can_move": {
                      "type": "boolean"
                    },
                    "can_resize": {
                      "type": "boolean"
                    },
                    "can_rotate": {
                      "type": "boolean"
                    },
                    "can_delete": {
                      "type": "boolean"
                    },
                    "is_hidden": {
                      "type": "boolean"
                    },
                    "z_order": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_diagram": {
                    "href": "string"
                  },
                  "displayed_fields": {
                    "href": "string"
                  },
                  "visual_override": {
                    "href": "string"
                  },
                  "is_reference_node": true,
                  "x": 3,
                  "y": 10,
                  "width": 1,
                  "height": 8,
                  "image_override": "string",
                  "is_keep_aspect_ratio": false,
                  "can_move": false,
                  "can_resize": false,
                  "can_rotate": false,
                  "can_delete": true,
                  "is_hidden": false,
                  "z_order": 8,
                  "angle": 9,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/vis_nodes/original": {
      "get": {
        "tags": [
          "NodesVisNodes"
        ],
        "operationId": "rESTfulVisNodesGetOriginal",
        "description": "The parameters and request body are for method: rESTfulVisNodesGetOriginal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_diagram": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "displayed_fields": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "visual_override": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "is_reference_node": {
                      "type": "boolean"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "height": {
                      "type": "number"
                    },
                    "image_override": {
                      "type": "string"
                    },
                    "is_keep_aspect_ratio": {
                      "type": "boolean"
                    },
                    "can_move": {
                      "type": "boolean"
                    },
                    "can_resize": {
                      "type": "boolean"
                    },
                    "can_rotate": {
                      "type": "boolean"
                    },
                    "can_delete": {
                      "type": "boolean"
                    },
                    "is_hidden": {
                      "type": "boolean"
                    },
                    "z_order": {
                      "type": "number"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_diagram": {
                    "href": "string"
                  },
                  "displayed_fields": {
                    "href": "string"
                  },
                  "visual_override": {
                    "href": "string"
                  },
                  "is_reference_node": true,
                  "x": 3,
                  "y": 3,
                  "width": 9,
                  "height": 4,
                  "image_override": "string",
                  "is_keep_aspect_ratio": false,
                  "can_move": false,
                  "can_resize": true,
                  "can_rotate": true,
                  "can_delete": false,
                  "is_hidden": true,
                  "z_order": 3,
                  "angle": 6,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/nodes/{nodeId}/vis_nodes/references": {
      "get": {
        "tags": [
          "NodesVisNodes"
        ],
        "operationId": "rESTfulVisNodesGetReferences",
        "description": "The parameters and request body are for method: rESTfulVisNodesGetReferences. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/rack_container_designs": {
      "get": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "rESTfulRackContainerDesignsGet",
        "description": "The parameters and request body are for method: rESTfulRackContainerDesignsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "rESTfulRackContainerDesignsPut",
        "description": "The parameters and request body are for method: rESTfulRackContainerDesignsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "rESTfulRackContainerDesignsPost",
        "description": "The parameters and request body are for method: rESTfulRackContainerDesignsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/rack_container_designs/{id}": {
      "get": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "rESTfulRackContainerDesignsGetById",
        "description": "The parameters and request body are for method: rESTfulRackContainerDesignsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_rack_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "rack_units_capacity": {
                      "type": "number"
                    },
                    "rack_position_order": {
                      "type": "number"
                    },
                    "physical_height": {
                      "type": "number"
                    },
                    "physical_width": {
                      "type": "number"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "height": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_rack_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "rack_units_capacity": 2,
                  "rack_position_order": 1,
                  "physical_height": 8,
                  "physical_width": 5,
                  "x": 7,
                  "y": 3,
                  "width": 3,
                  "height": 7,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/rack_types/{rackTypeId}/rack_container_designs": {
      "get": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "getWapiV1RackTypesRackTypeIdRackContainerDesigns",
        "description": "The parameters and request body are for method: getWapiV1RackTypesRackTypeIdRackContainerDesigns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackTypeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "postWapiV1RackTypesRackTypeIdRackContainerDesigns",
        "description": "The parameters and request body are for method: postWapiV1RackTypesRackTypeIdRackContainerDesigns. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackTypeId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/rack_types/{rackTypeId}/rack_container_designs/{id}": {
      "get": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "getWapiV1RackTypesRackTypeIdRackContainerDesignsId",
        "description": "The parameters and request body are for method: getWapiV1RackTypesRackTypeIdRackContainerDesignsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_rack_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "rack_units_capacity": {
                      "type": "number"
                    },
                    "rack_position_order": {
                      "type": "number"
                    },
                    "physical_height": {
                      "type": "number"
                    },
                    "physical_width": {
                      "type": "number"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    },
                    "width": {
                      "type": "number"
                    },
                    "height": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_rack_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "rack_units_capacity": 3,
                  "rack_position_order": 0,
                  "physical_height": 5,
                  "physical_width": 6,
                  "x": 4,
                  "y": 7,
                  "width": 5,
                  "height": 3,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackTypeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "putWapiV1RackTypesRackTypeIdRackContainerDesignsId",
        "description": "The parameters and request body are for method: putWapiV1RackTypesRackTypeIdRackContainerDesignsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackTypeId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesRacksTypesContainerDesigns"
        ],
        "operationId": "rESTfulRackContainerDesignsDelete",
        "description": "The parameters and request body are for method: rESTfulRackContainerDesignsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackTypeId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/rack_types": {
      "get": {
        "tags": [
          "NodeTypesRackTypes"
        ],
        "operationId": "rESTfulRackTypesGet",
        "description": "The parameters and request body are for method: rESTfulRackTypesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesRackTypes"
        ],
        "operationId": "rESTfulRackTypesPut",
        "description": "The parameters and request body are for method: rESTfulRackTypesPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodeTypesRackTypes"
        ],
        "operationId": "rESTfulRackTypesPost",
        "description": "The parameters and request body are for method: rESTfulRackTypesPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/rack_types/{id}": {
      "get": {
        "tags": [
          "NodeTypesRackTypes"
        ],
        "operationId": "rESTfulRackTypesGetById",
        "description": "The parameters and request body are for method: rESTfulRackTypesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "base_node_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "background": {
                      "type": "string"
                    },
                    "rack_units_capacity": {
                      "type": "number"
                    },
                    "power": {
                      "type": "number"
                    },
                    "max_weight": {
                      "type": "number"
                    },
                    "is_display_rack_lines": {
                      "type": "boolean"
                    },
                    "in_stock": {
                      "type": "number"
                    },
                    "vendor": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "rack_container_designs": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "base_node_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "background": "string",
                  "rack_units_capacity": 1,
                  "power": 1,
                  "max_weight": 3,
                  "is_display_rack_lines": true,
                  "in_stock": 2,
                  "vendor": {
                    "href": "string"
                  },
                  "rack_container_designs": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodeTypesRackTypes"
        ],
        "operationId": "putWapiV1RackTypesId",
        "description": "The parameters and request body are for method: putWapiV1RackTypesId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodeTypesRackTypes"
        ],
        "operationId": "rESTfulRackTypesDelete",
        "description": "The parameters and request body are for method: rESTfulRackTypesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/racks": {
      "get": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRacksGet",
        "description": "The parameters and request body are for method: rESTfulRacksGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRacksPost",
        "description": "The parameters and request body are for method: rESTfulRacksPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/racks/{id}": {
      "get": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRacksGetById",
        "description": "The parameters and request body are for method: rESTfulRacksGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "base_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "rack_type": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "available_rack_units": {
                      "type": "number"
                    },
                    "power": {
                      "type": "number"
                    },
                    "power_used": {
                      "type": "number"
                    },
                    "max_weight": {
                      "type": "number"
                    },
                    "weight_used": {
                      "type": "number"
                    },
                    "rack_containers": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "base_node": {
                    "href": "string"
                  },
                  "rack_type": {
                    "href": "string"
                  },
                  "name": "string",
                  "available_rack_units": 4,
                  "power": 8,
                  "power_used": 1,
                  "max_weight": 6,
                  "weight_used": 1,
                  "rack_containers": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRacksPut",
        "description": "The parameters and request body are for method: rESTfulRacksPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRacksDelete",
        "description": "The parameters and request body are for method: rESTfulRacksDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/racks/{rackId}/containers": {
      "get": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRackContainersGet",
        "description": "The parameters and request body are for method: rESTfulRackContainersGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/racks/{rackId}/containers/{id}": {
      "get": {
        "tags": [
          "NodesRacks"
        ],
        "operationId": "rESTfulRackContainersGetById",
        "description": "The parameters and request body are for method: rESTfulRackContainersGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_rack": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "rack_container_design": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "mounted_devices": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_rack": {
                    "href": "string"
                  },
                  "rack_container_design": {
                    "href": "string"
                  },
                  "mounted_devices": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rackId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "rackId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/roles": {
      "get": {
        "tags": [
          "UserRoles"
        ],
        "operationId": "rESTfulRolesGet",
        "description": "The parameters and request body are for method: rESTfulRolesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/roles/{id}": {
      "get": {
        "tags": [
          "UserRoles"
        ],
        "operationId": "rESTfulRolesGetById",
        "description": "The parameters and request body are for method: rESTfulRolesGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "permissions": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "permissions": -1,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/search": {
      "get": {
        "tags": [
          "Search"
        ],
        "operationId": "rESTfulSearchGet",
        "description": "The parameters and request body are for method: rESTfulSearchGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentDiagram",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeSubdiagrams",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactMatch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/tasks": {
      "get": {
        "tags": [
          "WorkOrdersTasks"
        ],
        "operationId": "rESTfulWorkOrderTasksGet",
        "description": "The parameters and request body are for method: rESTfulWorkOrderTasksGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/work_orders/{workOrderId}/tasks": {
      "get": {
        "tags": [
          "WorkOrdersTasks"
        ],
        "operationId": "getWapiV1WorkOrdersWorkOrderIdTasks",
        "description": "The parameters and request body are for method: getWapiV1WorkOrdersWorkOrderIdTasks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "workOrderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workOrderId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "WorkOrdersTasks"
        ],
        "operationId": "rESTfulWorkOrderTasksPut",
        "description": "The parameters and request body are for method: rESTfulWorkOrderTasksPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "workOrderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workOrderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "workOrderTask"
            }
          }
        }
      },
      "post": {
        "tags": [
          "WorkOrdersTasks"
        ],
        "operationId": "rESTfulWorkOrderTasksPost",
        "description": "The parameters and request body are for method: rESTfulWorkOrderTasksPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "workOrderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workOrderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "workOrderTask"
            }
          }
        }
      }
    },
    "/wapi/v1/work_orders/{workOrderId}/tasks/{id}": {
      "get": {
        "tags": [
          "WorkOrdersTasks"
        ],
        "operationId": "rESTfulWorkOrderTasksGetById",
        "description": "The parameters and request body are for method: rESTfulWorkOrderTasksGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_work_order": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "performer": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "object": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "due_date": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "type": {
                      "type": "number"
                    },
                    "status": {
                      "type": "number"
                    },
                    "is_performer_notified": {
                      "type": "boolean"
                    },
                    "is_performer_notified_about_overdue": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_work_order": {
                    "href": "string"
                  },
                  "performer": {
                    "href": "string"
                  },
                  "object": {
                    "href": "string"
                  },
                  "name": "string",
                  "due_date": "string",
                  "comments": "string",
                  "type": 2,
                  "status": 4,
                  "is_performer_notified": true,
                  "is_performer_notified_about_overdue": false,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "workOrderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workOrderId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "WorkOrdersTasks"
        ],
        "operationId": "rESTfulWorkOrderTasksDelete",
        "description": "The parameters and request body are for method: rESTfulWorkOrderTasksDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "workOrderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "workOrderId",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/users": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "rESTfulUsersGet",
        "description": "The parameters and request body are for method: rESTfulUsersGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "rESTfulUsersPut",
        "description": "The parameters and request body are for method: rESTfulUsersPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "rESTfulUsersPost",
        "description": "The parameters and request body are for method: rESTfulUsersPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/users/{id}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "rESTfulUsersGetById",
        "description": "The parameters and request body are for method: rESTfulUsersGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "is_override_ad_group": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "is_locked": {
                      "type": "boolean"
                    },
                    "account_type": {
                      "type": "number"
                    },
                    "email": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "group": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "is_override_ad_group": false,
                  "name": "string",
                  "is_locked": true,
                  "account_type": 1,
                  "email": "string",
                  "description": "string",
                  "comments": "string",
                  "group": {
                    "href": "string"
                  },
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "putWapiV1UsersId",
        "description": "The parameters and request body are for method: putWapiV1UsersId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "rESTfulUsersDelete",
        "description": "The parameters and request body are for method: rESTfulUsersDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/users/{id}/set_password": {
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "rESTfulUsersSetPassword",
        "description": "The parameters and request body are for method: rESTfulUsersSetPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "password": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "password": "password"
              }
            }
          }
        }
      }
    },
    "/wapi/v1/vendors": {
      "get": {
        "tags": [
          "Vendors"
        ],
        "operationId": "rESTfulVendorsGet",
        "description": "The parameters and request body are for method: rESTfulVendorsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vendors"
        ],
        "operationId": "rESTfulVendorsPut",
        "description": "The parameters and request body are for method: rESTfulVendorsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "vendor"
            }
          }
        }
      },
      "post": {
        "tags": [
          "Vendors"
        ],
        "operationId": "rESTfulVendorsPost",
        "description": "The parameters and request body are for method: rESTfulVendorsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "vendor"
            }
          }
        }
      }
    },
    "/wapi/v1/vendors/{id}": {
      "get": {
        "tags": [
          "Vendors"
        ],
        "operationId": "rESTfulVendorsGetById",
        "description": "The parameters and request body are for method: rESTfulVendorsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Vendors"
        ],
        "operationId": "putWapiV1VendorsId",
        "description": "The parameters and request body are for method: putWapiV1VendorsId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "vendor"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Vendors"
        ],
        "operationId": "rESTfulVendorsDelete",
        "description": "The parameters and request body are for method: rESTfulVendorsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/vis_links/{visLinkId}/displayed_fields": {
      "get": {
        "tags": [
          "LinksVisLinksDisplayedFields"
        ],
        "operationId": "rESTfulVisLinkDisplayedFieldsGet",
        "description": "The parameters and request body are for method: rESTfulVisLinkDisplayedFieldsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visLinkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visLinkId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LinksVisLinksDisplayedFields"
        ],
        "operationId": "rESTfulVisLinkDisplayedFieldsPut",
        "description": "The parameters and request body are for method: rESTfulVisLinkDisplayedFieldsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visLinkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visLinkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "linkDisplayedField"
            }
          }
        }
      },
      "post": {
        "tags": [
          "LinksVisLinksDisplayedFields"
        ],
        "operationId": "rESTfulVisLinkDisplayedFieldsPost",
        "description": "The parameters and request body are for method: rESTfulVisLinkDisplayedFieldsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visLinkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visLinkId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "displayedField"
            }
          }
        }
      }
    },
    "/wapi/v1/vis_links/{visLinkId}/displayed_fields/{linkPropertyValueId}": {
      "get": {
        "tags": [
          "LinksVisLinksDisplayedFields"
        ],
        "operationId": "rESTfulVisLinkDisplayedFieldsGetById",
        "description": "The parameters and request body are for method: rESTfulVisLinkDisplayedFieldsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_vis_link": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "parent_link_property_value": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "anchor": {
                      "type": "number"
                    },
                    "upright_alignment": {
                      "type": "boolean"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "background_color": {
                      "type": "string"
                    },
                    "justification": {
                      "type": "number"
                    },
                    "can_move": {
                      "type": "boolean"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underline": {
                      "type": "boolean"
                    },
                    "font_family": {
                      "type": "string"
                    },
                    "align": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_vis_link": {
                    "href": "string"
                  },
                  "parent_link_property_value": {
                    "href": "string"
                  },
                  "offset_x": 6,
                  "offset_y": 2,
                  "anchor": 6,
                  "upright_alignment": false,
                  "font_size": 4,
                  "color": "string",
                  "background_color": "string",
                  "justification": 9,
                  "can_move": true,
                  "angle": 2,
                  "is_displayed": true,
                  "is_bold": true,
                  "is_italic": true,
                  "is_underline": true,
                  "font_family": "string",
                  "align": 9,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visLinkId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visLinkId",
              "type": "number"
            }
          },
          {
            "name": "linkPropertyValueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "linkPropertyValueId",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/vis_nodes/{visNodeId}/displayed_fields": {
      "get": {
        "tags": [
          "NodesVisNodesDisplayedFields"
        ],
        "operationId": "rESTfulVisNodeDisplayedFieldsGet",
        "description": "The parameters and request body are for method: rESTfulVisNodeDisplayedFieldsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visNodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visNodeId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NodesVisNodesDisplayedFields"
        ],
        "operationId": "rESTfulVisNodeDisplayedFieldsPut",
        "description": "The parameters and request body are for method: rESTfulVisNodeDisplayedFieldsPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visNodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visNodeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "nodeDisplayedField"
            }
          }
        }
      },
      "post": {
        "tags": [
          "NodesVisNodesDisplayedFields"
        ],
        "operationId": "rESTfulVisNodeDisplayedFieldsPost",
        "description": "The parameters and request body are for method: rESTfulVisNodeDisplayedFieldsPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visNodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visNodeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "displayedField"
            }
          }
        }
      }
    },
    "/wapi/v1/vis_nodes/{visNodeId}/displayed_fields/{nodePropertyValueId}": {
      "get": {
        "tags": [
          "NodesVisNodesDisplayedFields"
        ],
        "operationId": "rESTfulVisNodeDisplayedFieldsGetById",
        "description": "The parameters and request body are for method: rESTfulVisNodeDisplayedFieldsGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "parent_vis_node": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "parent_node_property_value": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "offset_x": {
                      "type": "number"
                    },
                    "offset_y": {
                      "type": "number"
                    },
                    "font_size": {
                      "type": "number"
                    },
                    "color": {
                      "type": "string"
                    },
                    "background_color": {
                      "type": "string"
                    },
                    "justification": {
                      "type": "number"
                    },
                    "can_move": {
                      "type": "boolean"
                    },
                    "angle": {
                      "type": "number"
                    },
                    "is_displayed": {
                      "type": "boolean"
                    },
                    "is_bold": {
                      "type": "boolean"
                    },
                    "is_italic": {
                      "type": "boolean"
                    },
                    "is_underline": {
                      "type": "boolean"
                    },
                    "font_family": {
                      "type": "string"
                    },
                    "align": {
                      "type": "number"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "parent_vis_node": {
                    "href": "string"
                  },
                  "parent_node_property_value": {
                    "href": "string"
                  },
                  "offset_x": 1,
                  "offset_y": 9,
                  "font_size": 7,
                  "color": "string",
                  "background_color": "string",
                  "justification": 5,
                  "can_move": false,
                  "angle": 6,
                  "is_displayed": false,
                  "is_bold": false,
                  "is_italic": false,
                  "is_underline": false,
                  "font_family": "string",
                  "align": 4,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "visNodeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "visNodeId",
              "type": "number"
            }
          },
          {
            "name": "nodePropertyValueId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nodePropertyValueId",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/wapi/v1/work_orders": {
      "get": {
        "tags": [
          "WorkOrders"
        ],
        "operationId": "rESTfulWorkOrdersGet",
        "description": "The parameters and request body are for method: rESTfulWorkOrdersGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "perPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "WorkOrders"
        ],
        "operationId": "rESTfulWorkOrdersPut",
        "description": "The parameters and request body are for method: rESTfulWorkOrdersPut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "workOrder"
            }
          }
        }
      },
      "post": {
        "tags": [
          "WorkOrders"
        ],
        "operationId": "rESTfulWorkOrdersPost",
        "description": "The parameters and request body are for method: rESTfulWorkOrdersPost. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "workOrder"
            }
          }
        }
      }
    },
    "/wapi/v1/work_orders/{id}": {
      "get": {
        "tags": [
          "WorkOrders"
        ],
        "operationId": "rESTfulWorkOrdersGetById",
        "description": "The parameters and request body are for method: rESTfulWorkOrdersGetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "owner": {
                      "type": "object",
                      "properties": {
                        "href": {
                          "type": "string"
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "due_date": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "is_archived": {
                      "type": "boolean"
                    },
                    "is_owner_notified": {
                      "type": "boolean"
                    },
                    "is_owner_notified_about_overdue": {
                      "type": "boolean"
                    },
                    "href": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "owner": {
                    "href": "string"
                  },
                  "name": "string",
                  "due_date": "string",
                  "comments": "string",
                  "is_archived": true,
                  "is_owner_notified": true,
                  "is_owner_notified_about_overdue": false,
                  "href": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "showChildCollections",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "WorkOrders"
        ],
        "operationId": "rESTfulWorkOrdersDelete",
        "description": "The parameters and request body are for method: rESTfulWorkOrdersDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}