Skip to content

Commit f62d9c0

Browse files
OAS Update
1 parent cfbabc4 commit f62d9c0

File tree

1 file changed

+47
-9
lines changed

1 file changed

+47
-9
lines changed

services/sqlserverflex/v1/sqlserverflex.json

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"DatabaseOptions": {
200200
"properties": {
201201
"collationName": {
202+
"description": "Name of the collation of the database",
202203
"example": "SQL_Latin1_General_CP1_CI_AS",
203204
"type": "string"
204205
},
@@ -236,14 +237,6 @@
236237
},
237238
"type": "object"
238239
},
239-
"GetBackupResponse": {
240-
"properties": {
241-
"item": {
242-
"$ref": "#/components/schemas/Backup"
243-
}
244-
},
245-
"type": "object"
246-
},
247240
"GetDatabaseResponse": {
248241
"properties": {
249242
"database": {
@@ -502,10 +495,12 @@
502495
"SingleDatabase": {
503496
"properties": {
504497
"id": {
498+
"description": "Database id",
505499
"example": "1",
506500
"type": "string"
507501
},
508502
"name": {
503+
"description": "Database name",
509504
"example": "Peter_pan",
510505
"type": "string"
511506
},
@@ -700,6 +695,49 @@
700695
},
701696
"type": "object"
702697
},
698+
"backup.DocumentationGetBackupResponse": {
699+
"properties": {
700+
"endTime": {
701+
"description": "Backup end time in UTC",
702+
"type": "string"
703+
},
704+
"error": {
705+
"description": "Backup error",
706+
"type": "string"
707+
},
708+
"id": {
709+
"description": "Backup id",
710+
"type": "string"
711+
},
712+
"labels": {
713+
"description": "Backup labels",
714+
"items": {
715+
"type": "string"
716+
},
717+
"type": "array"
718+
},
719+
"name": {
720+
"description": "Backup name",
721+
"type": "string"
722+
},
723+
"options": {
724+
"additionalProperties": {
725+
"type": "string"
726+
},
727+
"description": "Backup specific options",
728+
"type": "object"
729+
},
730+
"size": {
731+
"description": "Backup size in byte",
732+
"type": "integer"
733+
},
734+
"startTime": {
735+
"description": "Backup start time in UTC",
736+
"type": "string"
737+
}
738+
},
739+
"type": "object"
740+
},
703741
"database.DocumentationCreateDatabaseRequestOptions": {
704742
"properties": {
705743
"collation": {
@@ -1709,7 +1747,7 @@
17091747
"content": {
17101748
"application/json": {
17111749
"schema": {
1712-
"$ref": "#/components/schemas/GetBackupResponse"
1750+
"$ref": "#/components/schemas/backup.DocumentationGetBackupResponse"
17131751
}
17141752
}
17151753
},

0 commit comments

Comments
 (0)