Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LEXICON_STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This document summarizes the ATProto Lexicon Style Guide rules that are checked
- **Primitives**: Use appropriate primitive types (string, integer, boolean)
- **Formats**: Apply format constraints (datetime, uri, cid, did, etc.)
- **Refs**: Use refs for reusable types and relationships
- **Unions**: Use unions when a property can be one of several types
- **Unions**: Use unions when a property can be one of several types. All variants in a union must be object or record types (strings/numbers are not allowed directly in unions by ATProto spec).

#### Constraints

Expand Down