opensocial model interface does not support UNSTRUCTURED
--------------------------------------------------------

                 Key: SHINDIG-764
                 URL: https://issues.apache.org/jira/browse/SHINDIG-764
             Project: Shindig
          Issue Type: Bug
          Components: RESTful API (Java)
            Reporter: Henning Schmiedehausen


According to 
http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/opensocial-reference#opensocial.Name,
 the opensocial Name object must support

the following fields:

ADDITIONAL_NAME
FAMILY_NAME
GIVEN_NAME
HONORIFIC_PREFIX
HONORIFIC_SUFFIX
UNSTRUCTURED

However, org.apache.shindig.social.opensocial.model.Name.Field has

    ADDITIONAL_NAME("additionalName"),
    FAMILY_NAME("familyName"),
    GIVEN_NAME("givenName"),
    HONORIFIC_PREFIX("honorificPrefix"),
    HONORIFIC_SUFFIX("honorificSuffix"),
    FORMATTED("formatted");

So "UNSTRUCTURED" is missing and "FORMATTED" is added. I consider this a bug / 
not spec compliant.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to