# [TITLE MISSING]
## Definitions
### `SkillTradition`
- **Type:** Union
- **Cases:** SkillTradition'GeneralAspect | SkillTradition'Tradition
---
### `SkillTradition'GeneralAspect`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`general_aspect` | | See details
#### `tag`
- **Constant:** `"GeneralAspect"`
#### `general_aspect`
- **Type:** AspectReference
---
### `SkillTradition'Tradition`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tag` | | See details
`tradition` | | See details
#### `tag`
- **Constant:** `"Tradition"`
#### `tradition`
- **Type:** SkillTraditionWithAspects
---
### `SkillTraditionWithAspects`
- **Type:** Object
Key | Description | Details
:-- | :-- | :--
`tradition` | The blessed tradition. | See details
`aspects?` | The aspect(s) from the tradition the ceremony belongs to. Note that not all traditions have aspects. Traditions with aspects must have at least one aspect specified. | See details
#### `tradition`
The blessed tradition.
- **Type:** BlessedTraditionReference
#### `aspects?`
The aspect(s) from the tradition the ceremony belongs to. Note that not all traditions have aspects. Traditions with aspects must have at least one aspect specified.
- **Type:** List
- **Items:** SkillTraditionWithAspects/aspects[]
- **Minimum Items:** `1`
- **Maximum Items:** `2`
---
### `SkillTraditionWithAspects/aspects[]`
- **Type:** AspectReference