[
    {
        "id": "3b511f66-5c99-47ff-b656-f504f60ab668",
        "name": "My solar site",
        "latitude": 52.5,
        "longitude": 13.4,
        "capacity_kw_array": [
            {
                "value": 1000.0,
                "dateEnd": null
            }
        ],
        "creation_timestamp_utc": "2024-09-13T13:49:14.448761Z",
        "settings": {
            "model_resolution": "1h",
            "additional_points": [
            ],
            "trainLongTermModels": false,
            "trainNearTermModels": false,
            "usePhysicalModels": true,
            "weather_models": [
            ],
            "create_params": {
            }
        },
        "type": "solar",
        "assets": [
            {
                "azimuth": 180.0,
                "tilt": 30.0,
                "capacity": 1000.0,
                "install_date": "2015-01-01"
            }
        ]
    },
    {
        "id": "77a5845a-9f6d-456e-8507-3f8ce032f27d",
        "name": "My wind site",
        "latitude": 52.5,
        "longitude": 13.4,
        "capacity_kw_array": [
            {
                "value": 10000.0,
                "dateEnd": null
            }
        ],
        "creation_timestamp_utc": "2024-09-13T11:47:55.844700Z",
        "settings": {
            "model_resolution": "1h",
            "additional_points": [
            ],
            "trainLongTermModels": false,
            "trainNearTermModels": false,
            "usePhysicalModels": true,
            "weather_models": [
            ],
            "create_params": {
            }
        },
        "type": "wind",
        "assets": [
            {
                "nominal_power": 1000.0,
                "turbine_type": "V90/3000",
                "hub_height": 80.0,
                "rotor_diameter": 90.0,
                "nr_units": 10,
                "install_date": "2015-01-01"
            }
        ]
    }
]