Skip to content

Commit 457d830

Browse files
OAS Update
1 parent ab62bc6 commit 457d830

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

services/opensearch/v1/opensearch.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,7 @@
370370
}
371371
},
372372
"required": [
373-
"id",
374373
"name",
375-
"type",
376374
"planId",
377375
"planName",
378376
"offeringName",
@@ -645,7 +643,6 @@
645643
"version",
646644
"latest",
647645
"description",
648-
"displayName",
649646
"documentationUrl",
650647
"quotaCount",
651648
"imageUrl",
@@ -680,6 +677,9 @@
680677
},
681678
"name": {
682679
"type": "string"
680+
},
681+
"skuName": {
682+
"type": "string"
683683
}
684684
},
685685
"required": [

services/redis/v1/redis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,7 @@
370370
}
371371
},
372372
"required": [
373-
"id",
374373
"name",
375-
"type",
376374
"planId",
377375
"planName",
378376
"offeringName",
@@ -680,7 +678,6 @@
680678
"version",
681679
"latest",
682680
"description",
683-
"displayName",
684681
"documentationUrl",
685682
"quotaCount",
686683
"imageUrl",
@@ -715,6 +712,9 @@
715712
},
716713
"name": {
717714
"type": "string"
715+
},
716+
"skuName": {
717+
"type": "string"
718718
}
719719
},
720720
"required": [

0 commit comments

Comments
 (0)