Schema
A schema defines the structure of a database: tables, columns, types, relationships. It is the blueprint of data storage. Schema changes (migrations) must be carefully planned. In GraphQL and JSON Schema, a schema describes allowed data structures.