chore: rename project to clawdbot
This commit is contained in:
@@ -14,8 +14,8 @@ async function writeJsonSchema() {
|
||||
|
||||
const rootSchema = {
|
||||
$schema: "http://json-schema.org/draft-07/schema#",
|
||||
$id: "https://clawdis.dev/protocol.schema.json",
|
||||
title: "Clawdis Gateway Protocol",
|
||||
$id: "https://clawdbot.dev/protocol.schema.json",
|
||||
title: "Clawdbot Gateway Protocol",
|
||||
description: "Handshake, request/response, and event frames for the Gateway WebSocket.",
|
||||
oneOf: [
|
||||
{ $ref: "#/definitions/RequestFrame" },
|
||||
|
||||
Reference in New Issue
Block a user