AML Schema: The dictionary that lets two systems agree
Knowledge Data Engineering {'label': 'foundations', 'icon': '📚', 'color': '#0ea5e9', 'bg_color': '#0ea5e9', 'description': 'core concepts, theoretical frameworks, and foundational knowledge across all pillars.', 'slug': 'foundations'}

Schema: The dictionary that lets two systems agree

Key Insights

  • Why computers need a shared language to cooperate — and how 'the usual place' becomes a written agreement between strangers.
Difficulty: Beginner Type: Knowledge

The one-sentence version

A schema is a shared dictionary that lets two computer systems exchange information without talking past each other.

The everyday analogy

You and a friend agree to meet at "the usual place." That phrase works perfectly — because the two of you share the same dictionary, and "the usual place" means one specific café to both of you.

But ask a stranger to meet you at "the usual place" and they'd be lost. Computer systems are strangers to one another. One system might call a thing "customer," another "client," another "buyer." A schema is the agreement: "we'll all use 'customer,' and it always means a name plus an address plus an email." Suddenly, every system speaks the same language.

How it actually works

  • Shape: which fields exist (name, date, amount) and what type each one is (text, number).
  • Rules: what's required, what's optional, what values are allowed.
  • Evolution: when the dictionary needs a new word, everyone agrees on the change first — so nothing breaks.

Why this matters to you

Every time two apps work together seamlessly — your bank syncing your phone, your calendar meeting your email — a schema is doing the translating. Shared understanding is the quiet superpower behind a connected world. And a schema is just that, written down.

Article Metadata

Bloom Taxonomy Questions

Remember

In one sentence, what is this concept really about?

Understand

Explain the core idea to a friend using the analogy from this page.

Apply

Think of one small example of this idea happening in your own daily life.

Further Reading

Related Research

Related Lessons

Stay Updated

Get the latest research summaries delivered to your inbox.