Skip to content

Commit 806fa39

Browse files
OAS Update
1 parent 457d830 commit 806fa39

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

services/logme/v1/logme.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,7 @@
368368
}
369369
},
370370
"required": [
371-
"id",
372371
"name",
373-
"type",
374372
"planId",
375373
"planName",
376374
"offeringName",
@@ -675,7 +673,6 @@
675673
"version",
676674
"latest",
677675
"description",
678-
"displayName",
679676
"documentationUrl",
680677
"quotaCount",
681678
"imageUrl",
@@ -710,6 +707,9 @@
710707
},
711708
"name": {
712709
"type": "string"
710+
},
711+
"skuName": {
712+
"type": "string"
713713
}
714714
},
715715
"required": [

services/mariadb/v1/mariadb.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",
@@ -594,7 +592,6 @@
594592
"version",
595593
"latest",
596594
"description",
597-
"displayName",
598595
"documentationUrl",
599596
"quotaCount",
600597
"imageUrl",
@@ -629,6 +626,9 @@
629626
},
630627
"name": {
631628
"type": "string"
629+
},
630+
"skuName": {
631+
"type": "string"
632632
}
633633
},
634634
"required": [

services/rabbitmq/v1/rabbitmq.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,7 @@
392392
}
393393
},
394394
"required": [
395-
"id",
396395
"name",
397-
"type",
398396
"planId",
399397
"planName",
400398
"offeringName",
@@ -667,7 +665,6 @@
667665
"version",
668666
"latest",
669667
"description",
670-
"displayName",
671668
"documentationUrl",
672669
"quotaCount",
673670
"imageUrl",
@@ -702,6 +699,9 @@
702699
},
703700
"name": {
704701
"type": "string"
702+
},
703+
"skuName": {
704+
"type": "string"
705705
}
706706
},
707707
"required": [

0 commit comments

Comments
 (0)