> ## Documentation Index
> Fetch the complete documentation index at: https://docs.autype.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Abbreviations Schema

> JSON Schema for abbreviation definitions.

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

<Card title="Download Schema" icon="spell-check" href="https://autype.com/llm-resources/abbreviations-schema.json">
  JSON Schema (draft-07) — abbreviation key/value definitions
</Card>

## Format

A simple key/value object:

```json theme={null}
{
  "abbreviations": {
    "API": "Application Programming Interface",
    "PDF": "Portable Document Format",
    "UI": "User Interface"
  }
}
```

## Related Resources

* [JSON Syntax: Abbreviations](/api-reference/json-syntax/abbreviations)
* [Complete Document Schema](/automation/llm-resources/document-schema)
