diff --git a/apidocs/src/samples/db-change-users-password-request.json b/apidocs/src/samples/db-change-users-password-request.json index 1b77d3752d..800a26fcdd 100644 --- a/apidocs/src/samples/db-change-users-password-request.json +++ b/apidocs/src/samples/db-change-users-password-request.json @@ -1,12 +1,12 @@ { - "users": [ - { - "name": "dbuser1", - "password": "newpassword" - }, - { - "name": "dbuser2", - "password": "anotherpassword" - } - ] + "users": [ + { + "name": "dbuser1", + "password": "newpassword" + }, + { + "name": "dbuser2", + "password": "anotherpassword" + } + ] } \ No newline at end of file diff --git a/apidocs/src/samples/db-check-root-user-response.json b/apidocs/src/samples/db-check-root-user-response.json index f3990b45ab..32737cbae1 100644 --- a/apidocs/src/samples/db-check-root-user-response.json +++ b/apidocs/src/samples/db-check-root-user-response.json @@ -1,3 +1,3 @@ { "rootEnabled": true -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-create-databases-request.json b/apidocs/src/samples/db-create-databases-request.json index 92ea30ceb0..f1ddeebb26 100644 --- a/apidocs/src/samples/db-create-databases-request.json +++ b/apidocs/src/samples/db-create-databases-request.json @@ -12,4 +12,4 @@ "name": "oneMoreDB" } ] -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-create-instance-request.json b/apidocs/src/samples/db-create-instance-request.json index 3f14a43968..dc604a5dc5 100644 --- a/apidocs/src/samples/db-create-instance-request.json +++ b/apidocs/src/samples/db-create-instance-request.json @@ -1,30 +1,30 @@ { - "instance":{ - "databases":[ - { - "character_set":"utf8", - "collate":"utf8_general_ci", - "name":"sampledb" - }, - { - "name":"nextround" - } - ], - "flavorRef":1, - "name":"json_rack_instance", - "users":[ - { - "databases":[ - { - "name":"sampledb" - } - ], - "name":"demouser", - "password":"demopassword" - } - ], - "volume":{ - "size":2 - } - } -} + "instance": { + "databases": [ + { + "character_set": "utf8", + "collate": "utf8_general_ci", + "name": "sampledb" + }, + { + "name": "nextround" + } + ], + "flavorRef": 1, + "name": "json_rack_instance", + "users": [ + { + "databases": [ + { + "name": "sampledb" + } + ], + "name": "demouser", + "password": "demopassword" + } + ], + "volume": { + "size": 2 + } + } +} \ No newline at end of file diff --git a/apidocs/src/samples/db-create-instance-response.json b/apidocs/src/samples/db-create-instance-response.json index 9e007f5943..f3f60894c9 100644 --- a/apidocs/src/samples/db-create-instance-response.json +++ b/apidocs/src/samples/db-create-instance-response.json @@ -1,35 +1,35 @@ { - "instance":{ - "created":"2013-03-18T19:09:17", - "flavor":{ - "id":"1", - "links":[ + "instance": { + "created": "2013-03-18T19:09:17", + "flavor": { + "id": "1", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", + "rel": "bookmark" + } + ] + }, + "id": "44b277eb-39be-4921-be31-3d61b43651d7", + "links": [ { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", - "rel":"self" + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "self" }, { - "href":"https://ord.databases.api.rackspacecloud.com/flavors/1", - "rel":"bookmark" + "href": "https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "bookmark" } - ] - }, - "id":"44b277eb-39be-4921-be31-3d61b43651d7", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"self" - }, - { - "href":"https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"bookmark" - } - ], - "name":"json_rack_instance", - "status":"BUILD", - "updated":"2013-03-18T19:09:17", - "volume":{ - "size":2 - } - } -} + ], + "name": "json_rack_instance", + "status": "BUILD", + "updated": "2013-03-18T19:09:17", + "volume": { + "size": 2 + } + } +} \ No newline at end of file diff --git a/apidocs/src/samples/db-create-users-request.json b/apidocs/src/samples/db-create-users-request.json index c9661acd36..0de97373a3 100644 --- a/apidocs/src/samples/db-create-users-request.json +++ b/apidocs/src/samples/db-create-users-request.json @@ -1,26 +1,26 @@ { - "users":[ - { - "database":"databaseA", - "name":"dbuser1", - "password":"password" - }, - { - "databases":[ - { - "name":"databaseB" - }, - { - "name":"databaseC" - } - ], - "name":"dbuser2", - "password":"password" - }, - { - "database":"databaseD", - "name":"dbuser3", - "password":"password" - } - ] -} + "users": [ + { + "database": "databaseA", + "name": "dbuser1", + "password": "password" + }, + { + "databases": [ + { + "name": "databaseB" + }, + { + "name": "databaseC" + } + ], + "name": "dbuser2", + "password": "password" + }, + { + "database": "databaseD", + "name": "dbuser3", + "password": "password" + } + ] +} \ No newline at end of file diff --git a/apidocs/src/samples/db-enable-root-user-response.json b/apidocs/src/samples/db-enable-root-user-response.json index 4be60a595e..314c996013 100644 --- a/apidocs/src/samples/db-enable-root-user-response.json +++ b/apidocs/src/samples/db-enable-root-user-response.json @@ -3,4 +3,4 @@ "name": "root", "password": "12345" } -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-faults-badRequest.json b/apidocs/src/samples/db-faults-badRequest.json index 2b04f07d3c..349ca55e52 100644 --- a/apidocs/src/samples/db-faults-badRequest.json +++ b/apidocs/src/samples/db-faults-badRequest.json @@ -3,4 +3,4 @@ "code": 400, "message": "Volume 'size' needs to be a positive integer value, -1.0 cannot be accepted." } -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-faults-instanceFault.json b/apidocs/src/samples/db-faults-instanceFault.json index e9b42d5ce0..911d66735b 100644 --- a/apidocs/src/samples/db-faults-instanceFault.json +++ b/apidocs/src/samples/db-faults-instanceFault.json @@ -3,4 +3,4 @@ "code": 500, "message": "The server has either erred or is incapable of performing the requested operation." } -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-faults-itemNotFound.json b/apidocs/src/samples/db-faults-itemNotFound.json index 6c7318392f..c1198b7dd1 100644 --- a/apidocs/src/samples/db-faults-itemNotFound.json +++ b/apidocs/src/samples/db-faults-itemNotFound.json @@ -3,4 +3,4 @@ "code": 404, "message": "The resource could not be found." } -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-flavors-by-id-response.json b/apidocs/src/samples/db-flavors-by-id-response.json index 3a34ee3bd9..ec8bee098a 100644 --- a/apidocs/src/samples/db-flavors-by-id-response.json +++ b/apidocs/src/samples/db-flavors-by-id-response.json @@ -14,4 +14,4 @@ "name": "512MB Instance", "ram": 512 } -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-flavors-response.json b/apidocs/src/samples/db-flavors-response.json index f7bc58f9e8..222680f8d3 100644 --- a/apidocs/src/samples/db-flavors-response.json +++ b/apidocs/src/samples/db-flavors-response.json @@ -91,4 +91,4 @@ "ram": 16384 } ] -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-grant-user-access-request.json b/apidocs/src/samples/db-grant-user-access-request.json index 4fca825a47..520debdb6d 100644 --- a/apidocs/src/samples/db-grant-user-access-request.json +++ b/apidocs/src/samples/db-grant-user-access-request.json @@ -1,10 +1,10 @@ { - "databases": [ - { - "name": "databaseC" - }, - { - "name": "databaseD" - } - ] + "databases": [ + { + "name": "databaseC" + }, + { + "name": "databaseD" + } + ] } \ No newline at end of file diff --git a/apidocs/src/samples/db-instance-resize-instance-request.json b/apidocs/src/samples/db-instance-resize-instance-request.json index 2345c01db8..31a0533ac2 100644 --- a/apidocs/src/samples/db-instance-resize-instance-request.json +++ b/apidocs/src/samples/db-instance-resize-instance-request.json @@ -1,5 +1,5 @@ { - "resize":{ - "flavorRef":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/2" - } + "resize": { + "flavorRef": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/2" + } } \ No newline at end of file diff --git a/apidocs/src/samples/db-instance-resize-volume-request.json b/apidocs/src/samples/db-instance-resize-volume-request.json index de6c2c06aa..a003d0462b 100644 --- a/apidocs/src/samples/db-instance-resize-volume-request.json +++ b/apidocs/src/samples/db-instance-resize-volume-request.json @@ -1,7 +1,7 @@ { - "resize":{ - "volume":{ - "size":4 - } - } + "resize": { + "volume": { + "size": 4 + } + } } \ No newline at end of file diff --git a/apidocs/src/samples/db-instance-restart-request.json b/apidocs/src/samples/db-instance-restart-request.json index b378a6d32e..affdc9efeb 100644 --- a/apidocs/src/samples/db-instance-restart-request.json +++ b/apidocs/src/samples/db-instance-restart-request.json @@ -1,5 +1,3 @@ { - "restart":{ - - } + "restart": {} } \ No newline at end of file diff --git a/apidocs/src/samples/db-instance-status-detail-response.json b/apidocs/src/samples/db-instance-status-detail-response.json index e22c994e8d..7fa74949f2 100644 --- a/apidocs/src/samples/db-instance-status-detail-response.json +++ b/apidocs/src/samples/db-instance-status-detail-response.json @@ -1,36 +1,36 @@ { - "instance":{ - "created":"2013-03-18T19:09:17", - "flavor":{ - "id":"1", - "links":[ + "instance": { + "created": "2013-03-18T19:09:17", + "flavor": { + "id": "1", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", + "rel": "bookmark" + } + ] + }, + "id": "44b277eb-39be-4921-be31-3d61b43651d7", + "links": [ { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", - "rel":"self" + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "self" }, { - "href":"https://ord.databases.api.rackspacecloud.com/flavors/1", - "rel":"bookmark" + "href": "https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "bookmark" } - ] - }, - "id":"44b277eb-39be-4921-be31-3d61b43651d7", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"self" - }, - { - "href":"https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"bookmark" - } - ], - "name":"json_rack_instance", - "status":"ACTIVE", - "updated":"2013-03-18T19:09:17", - "volume":{ - "size":2, - "used":0.16368598397821188 - } - } + ], + "name": "json_rack_instance", + "status": "ACTIVE", + "updated": "2013-03-18T19:09:17", + "volume": { + "size": 2, + "used": 0.16368598397821188 + } + } } \ No newline at end of file diff --git a/apidocs/src/samples/db-instances-index-pagination-response.json b/apidocs/src/samples/db-instances-index-pagination-response.json index afe02bfd03..ee5fc5ae6d 100644 --- a/apidocs/src/samples/db-instances-index-pagination-response.json +++ b/apidocs/src/samples/db-instances-index-pagination-response.json @@ -1,72 +1,72 @@ { - "instances":[ - { - "flavor":{ - "id":"1", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", - "rel":"self" - }, - { - "href":"https://ord.databases.api.rackspacecloud.com/flavors/1", - "rel":"bookmark" - } - ] - }, - "id":"098653ba-218b-47ce-936a-e0b749101f81", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/098653ba-218b-47ce-936a-e0b749101f81", - "rel":"self" + "instances": [ + { + "flavor": { + "id": "1", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", + "rel": "bookmark" + } + ] }, - { - "href":"https://ord.databases.api.rackspacecloud.com/instances/098653ba-218b-47ce-936a-e0b749101f81", - "rel":"bookmark" + "id": "098653ba-218b-47ce-936a-e0b749101f81", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/098653ba-218b-47ce-936a-e0b749101f81", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/instances/098653ba-218b-47ce-936a-e0b749101f81", + "rel": "bookmark" + } + ], + "name": "xml_rack_instance", + "status": "ACTIVE", + "volume": { + "size": 2 } - ], - "name":"xml_rack_instance", - "status":"ACTIVE", - "volume":{ - "size":2 - } - }, - { - "flavor":{ - "id":"1", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", - "rel":"self" - }, - { - "href":"https://ord.databases.api.rackspacecloud.com/flavors/1", - "rel":"bookmark" - } - ] - }, - "id":"44b277eb-39be-4921-be31-3d61b43651d7", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"self" + }, + { + "flavor": { + "id": "1", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", + "rel": "bookmark" + } + ] }, - { - "href":"https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"bookmark" + "id": "44b277eb-39be-4921-be31-3d61b43651d7", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "bookmark" + } + ], + "name": "json_rack_instance", + "status": "ACTIVE", + "volume": { + "size": 2 } - ], - "name":"json_rack_instance", - "status":"ACTIVE", - "volume":{ - "size":2 - } - } - ], - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances?marker=44b277eb-39be-4921-be31-3d61b43651d7&limit=2", - "rel":"next" - } - ] + } + ], + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances?marker=44b277eb-39be-4921-be31-3d61b43651d7&limit=2", + "rel": "next" + } + ] } \ No newline at end of file diff --git a/apidocs/src/samples/db-instances-index-response.json b/apidocs/src/samples/db-instances-index-response.json index 3953743910..21ebd37f38 100644 --- a/apidocs/src/samples/db-instances-index-response.json +++ b/apidocs/src/samples/db-instances-index-response.json @@ -1,66 +1,66 @@ { - "instances":[ - { - "flavor":{ - "id":"1", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", - "rel":"self" - }, - { - "href":"https://ord.databases.api.rackspacecloud.com/flavors/1", - "rel":"bookmark" - } - ] - }, - "id":"098653ba-218b-47ce-936a-e0b749101f81", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/098653ba-218b-47ce-936a-e0b749101f81", - "rel":"self" + "instances": [ + { + "flavor": { + "id": "1", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", + "rel": "bookmark" + } + ] }, - { - "href":"https://ord.databases.api.rackspacecloud.com/instances/098653ba-218b-47ce-936a-e0b749101f81", - "rel":"bookmark" + "id": "098653ba-218b-47ce-936a-e0b749101f81", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/098653ba-218b-47ce-936a-e0b749101f81", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/instances/098653ba-218b-47ce-936a-e0b749101f81", + "rel": "bookmark" + } + ], + "name": "xml_rack_instance", + "status": "ACTIVE", + "volume": { + "size": 2 } - ], - "name":"xml_rack_instance", - "status":"ACTIVE", - "volume":{ - "size":2 - } - }, - { - "flavor":{ - "id":"1", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", - "rel":"self" - }, - { - "href":"https://ord.databases.api.rackspacecloud.com/flavors/1", - "rel":"bookmark" - } - ] - }, - "id":"44b277eb-39be-4921-be31-3d61b43651d7", - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"self" + }, + { + "flavor": { + "id": "1", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/flavors/1", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/flavors/1", + "rel": "bookmark" + } + ] }, - { - "href":"https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", - "rel":"bookmark" + "id": "44b277eb-39be-4921-be31-3d61b43651d7", + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "self" + }, + { + "href": "https://ord.databases.api.rackspacecloud.com/instances/44b277eb-39be-4921-be31-3d61b43651d7", + "rel": "bookmark" + } + ], + "name": "json_rack_instance", + "status": "ACTIVE", + "volume": { + "size": 2 } - ], - "name":"json_rack_instance", - "status":"ACTIVE", - "volume":{ - "size":2 - } - } - ] + } + ] } \ No newline at end of file diff --git a/apidocs/src/samples/db-list-databases-pagination-response.json b/apidocs/src/samples/db-list-databases-pagination-response.json index 7335ab6978..460b60d331 100644 --- a/apidocs/src/samples/db-list-databases-pagination-response.json +++ b/apidocs/src/samples/db-list-databases-pagination-response.json @@ -1,13 +1,13 @@ { - "databases":[ - { - "name":"anotherdb" - } - ], - "links":[ - { - "href":"https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7/databases?marker=anotherdb&limit=1", - "rel":"next" - } - ] -} + "databases": [ + { + "name": "anotherdb" + } + ], + "links": [ + { + "href": "https://ord.databases.api.rackspacecloud.com/v1.0/1234/instances/44b277eb-39be-4921-be31-3d61b43651d7/databases?marker=anotherdb&limit=1", + "rel": "next" + } + ] +} \ No newline at end of file diff --git a/apidocs/src/samples/db-list-databases-response.json b/apidocs/src/samples/db-list-databases-response.json index 8a10ef0526..fd38f85d6d 100644 --- a/apidocs/src/samples/db-list-databases-response.json +++ b/apidocs/src/samples/db-list-databases-response.json @@ -1,19 +1,19 @@ { - "databases":[ - { - "name":"anotherdb" - }, - { - "name":"nextround" - }, - { - "name":"oneMoreDB" - }, - { - "name":"sampledb" - }, - { - "name":"testingdb" - } - ] + "databases": [ + { + "name": "anotherdb" + }, + { + "name": "nextround" + }, + { + "name": "oneMoreDB" + }, + { + "name": "sampledb" + }, + { + "name": "testingdb" + } + ] } \ No newline at end of file diff --git a/apidocs/src/samples/db-list-user-access-response.json b/apidocs/src/samples/db-list-user-access-response.json index 4ecc9b43b7..65cc4ff408 100644 --- a/apidocs/src/samples/db-list-user-access-response.json +++ b/apidocs/src/samples/db-list-user-access-response.json @@ -1,10 +1,10 @@ { - "databases": [ - { - "name": "databaseA" - }, - { - "name": "databaseB" - } - ] + "databases": [ + { + "name": "databaseA" + }, + { + "name": "databaseB" + } + ] } \ No newline at end of file diff --git a/apidocs/src/samples/db-list-user-dbs-response.json b/apidocs/src/samples/db-list-user-dbs-response.json index 928b7733b4..fc5b83232e 100644 --- a/apidocs/src/samples/db-list-user-dbs-response.json +++ b/apidocs/src/samples/db-list-user-dbs-response.json @@ -1,13 +1,13 @@ { - "user": { - "name": "exampleuser", - "databases": [ - { - "name": "databaseA" - }, - { - "name": "databaseB" - } - ] - } + "user": { + "name": "exampleuser", + "databases": [ + { + "name": "databaseA" + }, + { + "name": "databaseB" + } + ] + } } \ No newline at end of file diff --git a/apidocs/src/samples/db-list-users-pagination-response.json b/apidocs/src/samples/db-list-users-pagination-response.json index faea99a459..57d5aa144e 100644 --- a/apidocs/src/samples/db-list-users-pagination-response.json +++ b/apidocs/src/samples/db-list-users-pagination-response.json @@ -22,4 +22,4 @@ "name": "dbuser2" } ] -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-list-users-response.json b/apidocs/src/samples/db-list-users-response.json index c2650d4676..0486c5300d 100644 --- a/apidocs/src/samples/db-list-users-response.json +++ b/apidocs/src/samples/db-list-users-response.json @@ -28,4 +28,4 @@ "name": "demouser" } ] -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-version-response.json b/apidocs/src/samples/db-version-response.json index fb1e7acbfd..ce459bbf4b 100644 --- a/apidocs/src/samples/db-version-response.json +++ b/apidocs/src/samples/db-version-response.json @@ -10,4 +10,4 @@ "status": "CURRENT", "updated": "2012-01-01T00:00:00Z" } -} +} \ No newline at end of file diff --git a/apidocs/src/samples/db-versions-response.json b/apidocs/src/samples/db-versions-response.json index 4cd81df93a..5bfe6d6186 100644 --- a/apidocs/src/samples/db-versions-response.json +++ b/apidocs/src/samples/db-versions-response.json @@ -12,4 +12,4 @@ "updated": "2012-01-01T00:00:00Z" } ] -} +} \ No newline at end of file diff --git a/trove/templates/mysql/validation-rules.json b/trove/templates/mysql/validation-rules.json index 8b7153fcea..acf0019990 100644 --- a/trove/templates/mysql/validation-rules.json +++ b/trove/templates/mysql/validation-rules.json @@ -221,4 +221,4 @@ "type": "string" } ] -} +} \ No newline at end of file diff --git a/trove/templates/percona/validation-rules.json b/trove/templates/percona/validation-rules.json index 8b7153fcea..acf0019990 100644 --- a/trove/templates/percona/validation-rules.json +++ b/trove/templates/percona/validation-rules.json @@ -221,4 +221,4 @@ "type": "string" } ] -} +} \ No newline at end of file