# Schema Reference

Configure your Akamai edge delivery with a structured JSON tenant configuration.
Below are the three main areas — pick the one you need.

  <NavCard
    href="/tenant-schemas/delivery-config"
    subtitle="Request & Response Handling"
    icon="🚀"
    accentColor="linear-gradient(135deg, #2563eb, #1e40af)"
  />
  <NavCard
    href="/tenant-schemas/match-conditions"
    subtitle="Targeting Logic"
    icon="🎯"
    accentColor="linear-gradient(135deg, #059669, #065f46)"
  />
  <NavCard
    href="/tenant-schemas/security-config"
    subtitle="WAF & Protection Rules"
    icon="🛡️"
    accentColor="linear-gradient(135deg, #dc2626, #991b1b)"
  />
  <NavCard
    href="/tenant-explorer"
    subtitle="Full Schema Documentation"
    icon="🔍"
    accentColor="linear-gradient(135deg, #ea580c, #c2410c)"
  />

## Schema Resources

| Resource | Description |
|---|---|
| [Complete Schema Reference](/tenant-schema.html) | Full JSON Schema rendered as an interactive HTML reference |
| [Configuration Examples](/examples) | Real-world tenant configuration examples |
| [Changelog](./changelog) | Schema version history |
| [Release Notes](./releases/1.11.0) | Latest release notes |
