hiro117 / scim

Automatically exported from code.google.com/p/scim
0 stars 0 forks source link

Bug in Documentation - multiValued attribute in schema missing a double-quote #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
11.6.  Resource Schema Representation

{
           "name":"primary",
           "type":"boolean",
           "multiValued:false,
           "description":"A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g. the preferred mailing address or primary e-mail address. The primary attribute value 'true' MUST appear no more than once.",
           "readOnly":false,
           "required":false,
           "caseExact":false
         }

Is missing a " after mulitivalued

Original issue reported on code.google.com by jer...@palenchar.net on 3 Apr 2012 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by kpgriz...@gmail.com on 15 May 2012 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by e...@wahlstromstekniska.se on 16 May 2012 at 8:51

GoogleCodeExporter commented 9 years ago

Original comment by kpgriz...@gmail.com on 16 May 2012 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by hasini@wso2.com on 20 May 2012 at 1:52

GoogleCodeExporter commented 9 years ago
Fixed as per r189.

Original comment by hasini@wso2.com on 10 Jun 2012 at 4:52