Pydantic Documentation, Samuel Colvin and Pydantic contributors, 2024 - The authoritative resource for understanding Pydantic's features, including data model definition, type validation, custom validators, and JSON Schema generation.
JSON Schema, IETF and JSON Schema community, 2020 - Provides the standard for declaring the structure and validation constraints of JSON data, foundational to how Pydantic models are serialized for LLM tools.
FastAPI and Pydantic Cookbook, Alessandro Giusti, 2024 (Packt Publishing) - Illustrates how Pydantic is used in practical applications, particularly within API development frameworks like FastAPI, for defining request schemas, performing validation, and generating OpenAPI (JSON) Schema.