The DAMA Guide to the Data Management Body of Knowledge (DMBOK2), DAMA International, 2024 (Technics Publications, LLC) - Provides a framework for data management, including sections on data quality and data governance, which are essential for establishing and enforcing data schemas as contracts.
Apache Avro™ 1.11.1 Specification, The Apache Software Foundation, 2022 - Describes a data serialization system that relies on schemas, supporting data structures and schema evolution, directly addressing schema drift and nested types.
Pydantic V2 Documentation, Pydantic Development Team, 2023 - Official documentation for Pydantic, a Python library for data validation and settings management using Python type hints, offering a practical approach to defining and enforcing data schemas in Python applications.
Data Reliability Engineering, Barr Moses, Lior Gavish, Molly Vorwerck, 2022 (O'Reilly Media, Inc.) - Addresses the engineering challenges of building and maintaining reliable data pipelines, including strategies for preventing data quality issues, managing schema changes, and implementing validation processes.