Skip to content

Commit f933d40

Browse files
OAS Update
1 parent 9d72971 commit f933d40

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

services/opensearch/v1/opensearch.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,14 @@
525525
"type": "array"
526526
},
527527
"tls-protocols": {
528-
"enum": [
529-
"TLSv1.2",
530-
"TLSv1.3"
531-
],
532-
"type": "string"
528+
"items": {
529+
"enum": [
530+
"TLSv1.2",
531+
"TLSv1.3"
532+
],
533+
"type": "string"
534+
},
535+
"type": "array"
533536
}
534537
},
535538
"type": "object"

0 commit comments

Comments
 (0)