Skip to content

Commit cb043e0

Browse files
shikharactions-user
authored andcommitted
sync protos
GitOrigin-RevId: a4fca467fca5f831bb9baa57a4523b0c2ff4f3a2
1 parent 00fccc4 commit cb043e0

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

s2/v1/openapi.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,9 +1608,7 @@
16081608
"items": {
16091609
"$ref": "#/components/schemas/Operation"
16101610
},
1611-
"description": "Operations allowed for the token.\nA union of allowed operations and groups is used as an effective set of allowed operations.",
1612-
"default": "[]",
1613-
"maxItems": 18
1611+
"description": "Operations allowed for the token.\nA union of allowed operations and groups is used as an effective set of allowed operations."
16141612
},
16151613
"streams": {
16161614
"oneOf": [
@@ -1721,16 +1719,14 @@
17211719
"properties": {
17221720
"body": {
17231721
"type": "string",
1724-
"description": "Body of the record.",
1725-
"default": ""
1722+
"description": "Body of the record."
17261723
},
17271724
"headers": {
17281725
"type": "array",
17291726
"items": {
17301727
"$ref": "#/components/schemas/Header"
17311728
},
1732-
"description": "Series of name-value pairs for this record.",
1733-
"default": "[]"
1729+
"description": "Series of name-value pairs for this record."
17341730
},
17351731
"timestamp": {
17361732
"oneOf": [
@@ -2233,16 +2229,14 @@
22332229
"properties": {
22342230
"body": {
22352231
"type": "string",
2236-
"description": "Body of the record.",
2237-
"default": ""
2232+
"description": "Body of the record."
22382233
},
22392234
"headers": {
22402235
"type": "array",
22412236
"items": {
22422237
"$ref": "#/components/schemas/Header"
22432238
},
2244-
"description": "Series of name-value pairs for this record.",
2245-
"default": "[]"
2239+
"description": "Series of name-value pairs for this record."
22462240
},
22472241
"seq_num": {
22482242
"$ref": "#/components/schemas/u64",

0 commit comments

Comments
 (0)