Ruleset
"ruleset": {
"name": "standard",
"version": "v1.2.3",
"settings": { ... }
}
Property | Type | Description |
---|---|---|
name | string | Name of the ruleset being used to run this game. Example: "standard" |
version | string | The release version of the Rules module used in this game. Example: "version": "v1.2.3" |
settings | object | A collection of specific settings being used by the current game that control how the rules are applied. |