Andreas Jaeger e4ef1a357f Pretty print JSON sample files and remove unused files
Pretty print JSON samples to follow JSON formatting conventions.

Replace JSON and XML files with reference to api-site, so that we only
have one place with these files.

Remove unused JSON and XML sample files.

Co-Autored-By: Diane Fleming <diane.fleming@rackspace.com>

Partial-Bug: #1217503

Change-Id: If7b98a321b373d183859ba1ebce5cdd131b43161
2014-05-10 18:57:50 +02:00

11 lines
208 B
JSON

{
"credentials": [
{
"passwordCredentials": {
"username": "test_user",
"password": "mypass"
}
}
],
"credentials_links": []
}