You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2013/10/20 16:07:39 UTC

svn commit: r1533908 - in /directory/escimo/trunk/schema/src/main/resources: group-schema.json user-schema.json

Author: kayyagari
Date: Sun Oct 20 14:07:39 2013
New Revision: 1533908

URL: http://svn.apache.org/r1533908
Log:
fixed some types

Modified:
    directory/escimo/trunk/schema/src/main/resources/group-schema.json
    directory/escimo/trunk/schema/src/main/resources/user-schema.json

Modified: directory/escimo/trunk/schema/src/main/resources/group-schema.json
URL: http://svn.apache.org/viewvc/directory/escimo/trunk/schema/src/main/resources/group-schema.json?rev=1533908&r1=1533907&r2=1533908&view=diff
==============================================================================
--- directory/escimo/trunk/schema/src/main/resources/group-schema.json (original)
+++ directory/escimo/trunk/schema/src/main/resources/group-schema.json Sun Oct 20 14:07:39 2013
@@ -33,7 +33,7 @@
        {
          "name":"members",
          "type":"complex",
-         "multiValued":false,
+         "multiValued":true,
          "description":"A list of members of the Group.",
          "readOnly":false,
          "required":false,

Modified: directory/escimo/trunk/schema/src/main/resources/user-schema.json
URL: http://svn.apache.org/viewvc/directory/escimo/trunk/schema/src/main/resources/user-schema.json?rev=1533908&r1=1533907&r2=1533908&view=diff
==============================================================================
--- directory/escimo/trunk/schema/src/main/resources/user-schema.json (original)
+++ directory/escimo/trunk/schema/src/main/resources/user-schema.json Sun Oct 20 14:07:39 2013
@@ -462,8 +462,8 @@
               "type":"string",
               "multiValued":false,
               "description":"The identifier of the User's group.",
-              "readOnly":false,
-              "required":false,
+              "readOnly":true,
+              "required":true,
               "caseExact":false
             },
             {
@@ -471,7 +471,7 @@
               "type":"string",
               "multiValued":false,
               "description":"The URI of the corresponding Group resource to which the user belongs",
-              "readOnly":false,
+              "readOnly":true,
               "required":false,
               "caseExact":false
             },
@@ -489,7 +489,7 @@
               "type":"string",
               "multiValued":false,
               "description":"A label indicating the attribute's function; e.g., 'direct' or 'indirect'.",
-              "readOnly":false,
+              "readOnly":true,
               "required":false,
               "caseExact":false,
               "canonicalValues":["direct", "indirect"]
@@ -499,7 +499,7 @@
               "type":"boolean",
               "multiValued":false,
               "description":"A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.",
-              "readOnly":false,
+              "readOnly":true,
               "required":false,
               "caseExact":false
             }]