
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
24 lines
584 B
JSON
24 lines
584 B
JSON
{
|
|
"user": {
|
|
"OS-ROLE:roles": [
|
|
{
|
|
"tenantId": "1234",
|
|
"id": "Admin"
|
|
},
|
|
{
|
|
"tenantId": "1234",
|
|
"id": "DBUser"
|
|
}
|
|
],
|
|
"OS-ROLE:roles_links": [
|
|
{
|
|
"rel": "next",
|
|
"href": "http://identity.api.openstack.org/v2.0/tenants/1234/users/u1000/roles?marker=Super"
|
|
}
|
|
],
|
|
"id": "u1000",
|
|
"username": "jqsmith",
|
|
"email": "john.smith@example.org",
|
|
"enabled": true
|
|
}
|
|
} |