Skip to content

lspeasy / core/src / notificationMessageSchema

Variable: notificationMessageSchema

ts
const notificationMessageSchema: ZodObject<{
  jsonrpc: ZodLiteral<"2.0">;
  method: ZodString;
  params: ZodOptional<ZodUnknown>;
}, $strip>;

Defined in: packages/core/src/jsonrpc/schemas.ts:27

Schema for JSON-RPC 2.0 Notification Message

Released under the MIT License.