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 9de01f0 commit 2027416Copy full SHA for 2027416
README.md
@@ -174,9 +174,9 @@ HTTP/1.1 200 OK
174
175
```json
176
{
177
- "checks": ["proof"],
178
- "warnings": ["invalid-uri"],
179
- "errors": ["invalid proof"]
+ "verified": true,
+ "results": {},
+ "error": ["invalid proof"]
180
}
181
```
182
@@ -252,7 +252,7 @@ HTTP/1.1 200 OK
252
253
254
255
256
"warnings": ["invalid-uri"],
257
"errors": ["invalid proof"]
258
0 commit comments