OpenRPCExtensionsIgnoring methods or schemasAsk a question|Copy page|View as Markdown|More actionsUse x-fern-ignore to exclude specific methods or schemas from SDK generation: openrpc.ymlmethods: - name: debug.internalMethod summary: Internal debugging method x-fern-ignore: true params: - name: debugData schema: type: object result: name: debugResult schema: type: object - name: test.experimentalFeature summary: Experimental feature (not ready for public use) x-fern-ignore: true params: [] result: name: result schema: type: string