We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1b102 commit fb94084Copy full SHA for fb94084
src/OperationsCollector.ts
@@ -91,6 +91,9 @@ export class BaseOperationsCollector implements OpenAPIVisitor {
91
}
92
93
94
+ /**
95
+ * Parse fields from operation, both parameters and request body
96
+ */
97
parseFields(operation: OpenAPIV3.OperationObject, context: OperationContext) {
98
const fields = [];
99
const parameterFields = this.n8nNodeProperties.fromParameters(operation.parameters)
0 commit comments