> ## 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.

# Citations Schema

> JSON Schema for bibliography entries in CSL-JSON format.

The citations schema defines bibliography entries in CSL-JSON format. Reference them in text with `@[citationKey]` or `@[citationKey, p. 42]`.

<Card title="Download Schema" icon="book-open" href="https://autype.com/llm-resources/citations-schema.json">
  JSON Schema (draft-07) — CSL-JSON bibliography entries
</Card>

## Supported Citation Styles

Set via `defaults.citationStyle`:

| Style     | Value       |
| --------- | ----------- |
| APA 7th   | `apa7`      |
| Harvard   | `harvard`   |
| IEEE      | `ieee`      |
| Chicago   | `chicago`   |
| MLA       | `mla`       |
| Vancouver | `vancouver` |

## Related Resources

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