UNPKG

@open-rpc/specification-extension-spec

Version:
18 lines (17 loc) 594 B
{ "$schema": "../meta-schema.json", "openrpcExtension": "0.0.0-development", "name": "x-notification", "version": "0.0.1", "description": "Describe a notification for OpenRPC methods", "summary": "OpenRPC Notification", "externalDocumentation": { "description": "github", "url": "https://github.com/open-rpc/specification-extensions-spec/examples/x-notification-openrpc-ext.json" }, "restricted": ["methodObject"], "schema": { "type": "boolean", "description": "wether or not this method is a notification or not" } }