You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @araushan2010143. It looks like the resulting JSON schema exceeds the maximum length. Was the JSON document very large? Here are a few things you could try
Remove the examples keyword (this keyword dramatically increases the size of the resulting schema).
{
"headers": {
"normalizedNames": {},
"lazyUpdate": null
},
"status": 429,
"statusText": "OK",
"url": "https://api.jsonschema.net/v1:deduceGraph?key=AIzaSyCFCGe0Ypcl1WjJkCLa6kFQiRX7aaLx-N8",
"ok": false,
"name": "HttpErrorResponse",
"message": "Http failure response for https://api.jsonschema.net/v1:deduceGraph?key=AIzaSyCFCGe0Ypcl1WjJkCLa6kFQiRX7aaLx-N8: 429 OK",
"error": {
"code": 8,
"message": "grpc: received message larger than max (317108 vs. 262144)"
}
}
The text was updated successfully, but these errors were encountered: