Skip to content

Latest commit

 

History

History
102 lines (61 loc) · 3.38 KB

DerivedCharacteristic.md

File metadata and controls

102 lines (61 loc) · 3.38 KB

Derived Characteristic

Definitions

Derived Characteristic (DerivedCharacteristic)

  • Type: Object
Key Description Details
id An unique, increasing integer. See details
prerequisites? See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

prerequisites?

src

translations

All translations for the entry, identified by IETF language tag (BCP47).


DerivedCharacteristicTranslation

  • Type: Object
Key Description Details
name The characteristic's name. See details
abbreviation The characteristic's abbreviation. See details
calculation? Possible calculation strings for the final value. See details

name

The characteristic's name.

  • Type: String
  • Minimum Length: 1

abbreviation

The characteristic's abbreviation.

  • Type: String
  • Minimum Length: 1

calculation?

Possible calculation strings for the final value.


CalculationTranslation

Possible calculation strings for the final value.

  • Type: Object
Key Description Details
default The default calculation string. See details
half_primary? The calculation string if only half of the primary attribute is used. See details
no_primary? The calculation string if no primary attribute is used. See details

default

The default calculation string.

  • Type: String
  • Minimum Length: 1

half_primary?

The calculation string if only half of the primary attribute is used.

  • Type: String
  • Minimum Length: 1

no_primary?

The calculation string if no primary attribute is used.

  • Type: String
  • Minimum Length: 1