The formal definition of the structure of a dataset or database, including field names, data types, and constraints.
A schema defines what a dataset looks like: what columns exist, what type of data each column holds (text, number, date), whether values are required, and what constraints apply. A well-defined schema is essential for data validation and interoperability.