resource๏ƒ

It defines the version and configuration of a resource entity, including its biological growth parameters and environmental constraints.

Main Properties๏ƒ

Properties:

Name

Type

Description

version

string

Resource configuration version.

resource

object

Object defining the resource properties and growth parameters.

Object resource๏ƒ

Properties:

Name

Type

Description

growthModule

object

Defines the biological growth parameters of the resource.

name

string

Resource name or identifier.

zeroResource

integer

Minimum allowed value for the resource. Minimum value: 0.

Object growthModule๏ƒ

Properties:

Name

Type

Description

cellMass

number

Mass per individual cell in arbitrary units.

conversionToWetMass

number

Conversion factor from dry mass to wet mass.

minRH

number

Minimum relative humidity (%) required for growth. Range: 0.0 โ€“ 100.0.

maxRH

number

Maximum relative humidity (%) allowed for growth. Range: 0.0 โ€“ 100.0.

Hierarchical Summary๏ƒ

resource
โ”œโ”€โ”€ version: string
โ””โ”€โ”€ resource: object
    โ”œโ”€โ”€ name: string
    โ”œโ”€โ”€ zeroResource: integer โ‰ฅ 0
    โ””โ”€โ”€ growthModule: object
        โ”œโ”€โ”€ cellMass: number
        โ”œโ”€โ”€ conversionToWetMass: number
        โ”œโ”€โ”€ minRH: number [0.0โ€“100.0]
        โ””โ”€โ”€ maxRH: number [0.0โ€“100.0]