changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "inputs": {
+ "description": "Input parameters echoed back",
+ "type": "object"
+ },
+ "outputs": {
+ "properties": {
+ "hourly": {
+ "description": "Hourly weather data for synthetic year",
+ "items": {
+ "properties": {
+ "G(h)": {
+ "description": "Global irradiance (W/m²)",
+ "type": "number"
+ },
+ "Gb(n)": {
+ "description": "Direct normal irradiance (W/m²)",
+ "type": "number"
+ },
+ "Gd(h)": {
+ "description": "Diffuse irradiance (W/m²)",
+ "type": "number"
+ },
+ "RH": {
+ "description": "Relative humidity (%)",
+ "type": "number"
+ },
+ "T2m": {
+ "description": "Air temperature at 2m (°C)",
+ "type": "number"
+ },
+ "WS10m": {
+ "description": "Wind speed at 10m (m/s)",
+ "type": "number"
+ },
+ "time": {
+ "description": "ISO timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}