SolidityScan API response schema validation (#2190)
* add schema validation to solidity scan report resource * report invalid API schema event to prometheus
Showing
lib/solidityScan/schema.ts
0 → 100644
... | @@ -108,6 +108,7 @@ | ... | @@ -108,6 +108,7 @@ |
"react-scroll": "^1.8.7", | "react-scroll": "^1.8.7", | ||
"swagger-ui-react": "^5.9.0", | "swagger-ui-react": "^5.9.0", | ||
"use-font-face-observer": "^1.2.1", | "use-font-face-observer": "^1.2.1", | ||
"valibot": "0.38.0", | |||
"viem": "2.10.9", | "viem": "2.10.9", | ||
"wagmi": "2.9.2", | "wagmi": "2.9.2", | ||
"xss": "^1.0.14" | "xss": "^1.0.14" | ||
... | ... |
Please register or sign in to comment