0f13aed2d8
This patch fixes the nits from the below commit: https://review.openstack.org/#/c/342089/ Change-Id: I062979ccce393e74e72c3d812657123151e476fd
32 lines
876 B
JSON
32 lines
876 B
JSON
{
|
|
"projects": [
|
|
{
|
|
"description": "description of this project",
|
|
"domain_id": "161718",
|
|
"enabled": true,
|
|
"id": "456788",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/456788"
|
|
},
|
|
"name": "a project name",
|
|
"parent_id": "212223"
|
|
},
|
|
{
|
|
"description": "description of this project",
|
|
"domain_id": "161718",
|
|
"enabled": true,
|
|
"id": "456789",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/456789"
|
|
},
|
|
"name": "another domain",
|
|
"parent_id": "212223"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/313233/projects",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|