Skip to main content
Abbreviations map short forms to their full text. The first occurrence of each abbreviation in the document is automatically expanded.

Download Schema

JSON Schema (draft-07) — abbreviation key/value definitions

Format

A simple key/value object:
{
  "abbreviations": {
    "API": "Application Programming Interface",
    "PDF": "Portable Document Format",
    "UI": "User Interface"
  }
}