Guild Schema
This schema contains detailed information about a guild.
Contents
Section titled “Contents”| Element | Type | Required | Description |
|---|---|---|---|
| guild_id | Integer | ✔️ | The ID of the guild. |
| name | String | ❌ | The name of the guild. |
| rank | Integer | ❌ | The current rank of the guild. |
| xp | Integer | ❌ | The total amount of XP the guild has earned since the introduction of guilds. |
| create_date | Integer | ❌ | The date that the guild was created. This is an UNIX timestamp. |
| member_count | Integer | ❌ | The total number of players in the guild. |
| tags | Array (String) | ❌ | The tags currently assigned to the guild. |