@open-rpc/specification-extension-spec
Version:
OpenRPC Specification Extension Schema
18 lines (17 loc) • 556 B
JSON
{
"$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"
}
}