Environmental Profile¶
Fields¶
- title
str
- amount
float
- scaling
obj | null, see Scaling
- mki
float
- mki_net
float
Title¶
The name of the profile(set) as displayed to the user.
Amount¶
The amount of the profile that exists in the profile.
This corresponds to the EnvironmentalProfile.amount
in NMDv4.
It corresponds to NMD_Product_Element_ProfielSets_Versies.hoeveelheid
in NMDv3.
Example¶
{
"title": "Testprofielset",
"amount": 2.5,
"scaling": {}, // not actually empty
"mki": 1.23,
"mki_net": 1.12
}