# Broader schema coverage with Literal type support

> JSON schema generation now handles Literal types, ensuring that agents and tools using constrained value sets produce valid, complete schemas.

- Published: 2026-03-02
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/broader-schema-coverage-with-literal-type-support
- Markdown: https://agno-com-nine.vercel.app/articles/broader-schema-coverage-with-literal-type-support.md

JSON schema generation now handles `Literal` types, ensuring that agents and tools using constrained value sets produce valid, complete schemas. This closes a gap that could cause schema generation to fail or produce incomplete type definitions for structured outputs.

Details:

- `Literal` types are now correctly represented in generated JSON schemas
- Improves reliability of structured output validation and tool definitions
- No migration required
