You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: s2/v1/openapi.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2165,7 +2165,7 @@
2165
2165
}
2166
2166
]
2167
2167
},
2168
-
"description": "Timeseries values.\nEach element is a tuple of a timestamp in Unix epoch seconds and a data point.\nThe data point represents the accumulated value for the time period starting at the timestamp,\nspanning one `interval`."
2168
+
"description": "Timeseries values.\nEach element is a tuple of a timestamp in Unix epoch seconds and a data point.\nThe data point represents the accumulated value for the time period starting at the timestamp, spanning one `interval`."
2169
2169
}
2170
2170
}
2171
2171
},
@@ -2411,7 +2411,7 @@
2411
2411
"properties": {
2412
2412
"basin": {
2413
2413
"$ref": "#/components/schemas/BasinNameStr",
2414
-
"description": "Basin name which must be globally unique.\nIt can be between 8 and 48 characters in length, and comprise lowercase letters, numbers and hyphens.\nIt cannot begin or end with a hyphen."
2414
+
"description": "Basin name which must be globally unique.\nIt can be between 8 and 48 bytes in length, and comprise lowercase letters, numbers and hyphens.\nIt cannot begin or end with a hyphen."
2415
2415
},
2416
2416
"config": {
2417
2417
"oneOf": [
@@ -2693,14 +2693,14 @@
2693
2693
},
2694
2694
{
2695
2695
"type": "object",
2696
-
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\ninterval.",
2696
+
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified interval.",
0 commit comments