Region_Fields
idinteger
Unique numeric identifier.
Example:
9876namestring
Resource name.
Example:
NORWAY-1countrystring
ISO 3166-1 alpha-2 country code of the region.
Example:
NOdescriptionstringnullable
Human-readable description of the resource.
green_statusstring
Indicator of how much of the region's capacity is running on green energy.
Example:
GREENfeatures object
Optional feature flags applicable to the resource.
object
Region_Fields
{
"id": 9876,
"name": "NORWAY-1",
"country": "NO",
"description": "string",
"green_status": "GREEN",
"features": {}
}
Was this page helpful?