Skip to content

Commit c5f70c4

Browse files
quettabitactions-user
authored andcommitted
sync protos
GitOrigin-RevId: 10e103a1fb793a93e82a45487252e99aa7b10fbf
1 parent fe043c4 commit c5f70c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

s2/v1/openapi.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@
21652165
}
21662166
]
21672167
},
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`."
21692169
}
21702170
}
21712171
},
@@ -2411,7 +2411,7 @@
24112411
"properties": {
24122412
"basin": {
24132413
"$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."
24152415
},
24162416
"config": {
24172417
"oneOf": [
@@ -2693,14 +2693,14 @@
26932693
},
26942694
{
26952695
"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.",
26972697
"required": [
26982698
"accumulation"
26992699
],
27002700
"properties": {
27012701
"accumulation": {
27022702
"$ref": "#/components/schemas/AccumulationMetric",
2703-
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified\ninterval."
2703+
"description": "Named series of `(timestamp, value)` points representing an accumulation over a specified interval."
27042704
}
27052705
}
27062706
},

0 commit comments

Comments
 (0)