~johannes.erdfelt/openstack-manuals/path-fixes

« back to all changes in this revision

Viewing changes to doc/source/docbkx/incubation/keystone/devguide/src/docbkx/samples/extensions.json

  • Committer: Anne Gentle
  • Date: 2011-08-22 14:08:25 UTC
  • mfrom: (153.1.3 openstack-manuals)
  • Revision ID: anne@openstack.org-20110822140825-5w69etwq38syl9bc
Merging in core keystone API chagnes from Yogi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
  "extensions":{
3
 
    "values":[
 
2
  "extensions": {
 
3
    "values": [
4
4
      {
5
 
        "name":"Reset Password Extension",
6
 
        "namespace":"http://docs.rackspacecloud.com/identity/api/ext/rpe/v2.0",
7
 
        "alias":"RS-RPE",
8
 
        "updated":"2011-01-22T13:25:27-06:00",
9
 
        "description":"Adds the capability to reset a user's password. The user is emailed when the password has been reset.",
10
 
        "links":[
11
 
          {
12
 
            "rel":"describedby",
13
 
            "type":"application/pdf",
14
 
            "href":"http://docs.rackspacecloud.com/identity/api/ext/identity-rpe-20111111.pdf"
15
 
          },
16
 
          {
17
 
            "rel":"describedby",
18
 
            "type":"application/vnd.sun.wadl+xml",
19
 
            "href":"http://docs.rackspacecloud.com/identity/api/ext/identity-rpe.wadl"
 
5
        "name": "Reset Password Extension",
 
6
        "namespace": "http://docs.rackspacecloud.com/identity/api/ext/rpe/v2.0",
 
7
        "alias": "RS-RPE",
 
8
        "updated": "2011-01-22T13:25:27-06:00",
 
9
        "description": "Adds the capability to reset a user's password. The user is emailed when the password has been reset.",
 
10
        "links": [
 
11
          {
 
12
            "rel": "describedby",
 
13
            "type": "application/pdf",
 
14
            "href": "http://docs.rackspacecloud.com/identity/api/ext/identity-rpe-20111111.pdf"
 
15
          }, {
 
16
            "rel": "describedby",
 
17
            "type": "application/vnd.sun.wadl+xml",
 
18
            "href": "http://docs.rackspacecloud.com/identity/api/ext/identity-rpe.wadl"
20
19
          }
21
20
        ]
22
 
      },
23
 
      {
24
 
        "name":"User Metadata Extension",
25
 
        "namespace":"http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
26
 
        "alias":"RS-META",
27
 
        "updated":"2011-01-12T11:22:33-06:00",
28
 
        "description":"Allows associating arbritrary metadata with a user.",
29
 
        "links":[
30
 
          {
31
 
            "rel":"describedby",
32
 
            "type":"application/pdf",
33
 
            "href":"http://docs.rackspacecloud.com/identity/api/ext/identity-meta-20111201.pdf"
34
 
          },
35
 
          {
36
 
            "rel":"describedby",
37
 
            "type":"application/vnd.sun.wadl+xml",
38
 
            "href":"http://docs.rackspacecloud.com/identity/api/ext/identity-meta.wadl"
 
21
      }, {
 
22
        "name": "User Metadata Extension",
 
23
        "namespace": "http://docs.rackspacecloud.com/identity/api/ext/meta/v2.0",
 
24
        "alias": "RS-META",
 
25
        "updated": "2011-01-12T11:22:33-06:00",
 
26
        "description": "Allows associating arbritrary metadata with a user.",
 
27
        "links": [
 
28
          {
 
29
            "rel": "describedby",
 
30
            "type": "application/pdf",
 
31
            "href": "http://docs.rackspacecloud.com/identity/api/ext/identity-meta-20111201.pdf"
 
32
          }, {
 
33
            "rel": "describedby",
 
34
            "type": "application/vnd.sun.wadl+xml",
 
35
            "href": "http://docs.rackspacecloud.com/identity/api/ext/identity-meta.wadl"
39
36
          }
40
37
        ]
41
38
      }