2026-05-12 | Australia asset schema updates
about 5 hours ago
Removed
Marginal loss factor schema
The AssetMarginalLossFactor definition has been removed from the API schema. The marginal_loss_factors field is no longer available on AustraliaAsset responses.
Changed
Decimal field format updates
Numeric capacity fields now return as strings with decimal format for precision:
Affected fields:
AssetEnergyCapacity.energy_capacity_mwh- changed fromnumbertostring(decimal format)AssetRatedPower.rated_power_mw- changed fromnumbertostring(decimal format)
Nullable field updates
Several valid_to fields now include the description "NULL = current record" and are explicitly nullable:
AssetEnergyCapacity.valid_toAssetMarket.valid_toAssetOwner.valid_toAssetRatedPower.valid_toOptimizer.valid_to
Additional nullable fields on AustraliaAsset and NEMAssetDatabase: developer, integrator, manufacturer, region, commissioning_date, voltage_kv, export_capacity_mw, import_capacity_mw.
Required field updates
The following fields are now required:
AssetOwner.nameAustraliaAsset.nameOptimizer.name
Validation changes
AssetMarket:
- Removed enum constraint on
typefield - Added minimum length validation (1) on
typefield - Removed maximum length constraint on
market_id
NEMAssetDatabase:
- Removed min/max constraints on
voltage_kv - Added minimum length validation (1) on
tech_type