# Property ## Definitions ### Property (`Property`) - **Type:** Object Key | Description | Details :-- | :-- | :-- `id` | The property's identifier. An unique, increasing integer. | See details `check?` | The property check's attributes. Only the properties from the Core Rules have defined property checks. | See details `translations` | All translations for the entry, identified by IETF language tag (BCP47). | See details #### `id` The property's identifier. An unique, increasing integer. - **Type:** Integer - **Minimum:** `1` #### `check?` The property check's attributes. Only the properties from the Core Rules have defined property checks. - **Type:** SkillCheck #### `translations` All translations for the entry, identified by IETF language tag (BCP47). - **Type:** LocaleMap<PropertyTranslation> --- ### `PropertyTranslation` - **Type:** Object Key | Description | Details :-- | :-- | :-- `name` | The property's name. | See details #### `name` The property's name. - **Type:** NonEmptyString