We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe8d9b commit a19a1edCopy full SHA for a19a1ed
utils/validate_schema.js
@@ -2,7 +2,7 @@ import Ajv from "ajv"
2
3
export function validate_schema(schema, body) {
4
const ajv = new Ajv()
5
- const list_keywords = ["methods", "route", "max_retry"]
+ const list_keywords = ["methods", "route", "max_retry", "rpc"]
6
for (const keyword of list_keywords) {
7
ajv.addKeyword(keyword)
8
}
0 commit comments