-
Notifications
You must be signed in to change notification settings - Fork 73
Houses
Joakim Skoog edited this page Jan 24, 2024
·
4 revisions
A House is a house branch within the Ice And Fire universe.
| Name | Type | Description |
|---|---|---|
| url | string | The hypermedia URL of this resource |
| name | string | The name of this house |
| region | string | The region that this house resides in. |
| coatOfArms | string | Text describing the coat of arms of this house. |
| words | string | The words of this house. |
| titles | array of strings | The titles that this house holds. |
| seats | array of strings | The seats that this house holds. |
| currentLord | string | The Character resource URL of this house's current lord. |
| heir | string | The Character resource URL of this house's heir. |
| overlord | string | The House resource URL that this house answers to. |
| founded | string | The year that this house was founded. |
| founder | string | The Character resource URL that founded this house. |
| diedOut | string | The year that this house died out. |
| ancestralWeapons | array of strings | An array of names of the noteworthy weapons that this house owns. |
| cadetBranches | array of strings | An array of House resource URLs that was founded from this house. |
| swornMembers | array of strings | An array of Character resource URLs that are sworn to this house. |