OpenRPCExtensionsIgnoring methods or schemasCopy pageUse x-fern-ignore to exclude specific methods or schemas from SDK generation: openrpc.yml1methods:2 - name: debug.internalMethod3 summary: Internal debugging method4 x-fern-ignore: true5 params:6 - name: debugData7 schema:8 type: object9 result:10 name: debugResult11 schema:12 type: object13 - name: test.experimentalFeature14 summary: Experimental feature (not ready for public use)15 x-fern-ignore: true16 params: []17 result:18 name: result19 schema:20 type: string