OpenAPI: netopeer2 wrong schemas for actions
[netconf.git] / restconf / restconf-openapi / src / main / java / org / opendaylight / restconf / openapi / impl / SchemasStream.java
index e3de701dcf4c3ff3aeccbe2d500fb545981388da..c1efb8da644a6c37cfafc42b75bfc002c63c00ca 100644 (file)
@@ -192,7 +192,7 @@ public final class SchemasStream extends InputStream {
             final var isConfig = node.isConfiguration() && isParentConfig;
             result.add(child);
             stack.enterSchemaTree(node.getQName());
-            processActions(node, title, stack, definitionNames, result, parentName);
+            processActions(node, newTitle, stack, definitionNames, result, parentName);
             for (final var childNode : ((DataNodeContainer) node).getChildNodes()) {
                 processDataAndActionNodes(childNode, newTitle, stack, definitionNames, result, newTitle, isConfig);
             }