1 Answer
- Newest
- Most votes
- Most comments
0
The error arises from an excessively nested OpenAPI schema during the OneDrive integration via AgentCore Gateway. The recursive structure (e.g., worksheet → charts → items → worksheet) surpasses the maximum supported nesting depth of 1000, resulting in a JsonMappingException. In line with the official AWS Bedrock AgentCore documentation, the recommended approach is to simplify or refactor the OpenAPI specification to eliminate deep or circular references, ensuring that schema definitions remain within supported limits.
https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-schema-openapi.html
Relevant content
- asked 5 months ago
- asked 4 months ago
- asked 2 months ago
