Inner error with additional details.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/innerError", "title": "innerError", "description": "Inner error with additional details.", "type": "object", "properties": { "code": { "$ref": "#/components/schemas/innerErrorCode" }, "content_filter_results": { "$ref": "#/components/schemas/contentFilterPromptResults" } } }