Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 704c07a

Browse files
committed
Remove $id from request schema
1 parent b42bd4b commit 704c07a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/request.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "request.json",
43
"title": "Basic message",
54
"description": "Represents the basic message",
65
"type": "object",
@@ -21,4 +20,4 @@
2120
}
2221
},
2322
"required": ["method", "parameter", "version"]
24-
}
23+
}

0 commit comments

Comments
 (0)