database-api/apidocs/src/samples/db-versions-response.json
Andreas Jaeger 15ca301059 Remove extra whitespace from JSON files
Remove end of line whitespace from JSON files.

Related-Bug: #1217503

Change-Id: I5602fa43ead10bd64bb82dfc72b71b7a26d662d8
2014-02-24 23:11:52 +01:00

16 lines
343 B
JSON

{
"versions": [
{
"id": "v1.0",
"links": [
{
"href": "https://ord.databases.api.rackspacecloud.com/v1.0/",
"rel": "self"
}
],
"status": "CURRENT",
"updated": "2012-01-01T00:00:00Z"
}
]
}