You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2009/01/07 17:18:44 UTC

[jira] Closed: (SHINDIG-798) "updated" xs:element missing from opensocial.xsd for Activity

     [ https://issues.apache.org/jira/browse/SHINDIG-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Boston closed SHINDIG-798.
------------------------------

       Resolution: Fixed
    Fix Version/s: trunk

Patch applied, all tests pass Ok.

> "updated" xs:element missing from opensocial.xsd for Activity
> -------------------------------------------------------------
>
>                 Key: SHINDIG-798
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-798
>             Project: Shindig
>          Issue Type: Bug
>          Components: RESTful API (Java)
>            Reporter: Chico Charlesworth
>            Assignee: Ian Boston
>             Fix For: trunk
>
>         Attachments: fix-798-727075-bug.patch
>
>
> opensocial.xsd is missing a "updated" xs:element for Activity.
> I noticed that the XML format XSD specified in the OpenSocial Restful Protocol (http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/restful-protocol) is also missing the "updated" element. But I think it should definitely be there, since according to the OpenSocial Restful Protocol the following XML response is valid:
> <activity xmlns="http://ns.opensocial.org/2008/opensocial">
>   <id>http://example.org/activities/example.org:87ead8dead6beef/self/af3778</id>
>   <title>&lt;a href=\"foo\"&gt;some activity&lt;/a&gt;</title>
>   <updated>2008-02-20T23:35:37.266Z</updated>
>   <body>Some details for some activity</body>
>   <bodyId>383777272</bodyId>
>   <url>http://api.example.org/activity/feeds/.../af3778</url>
>   <userId>example.org:34KJDCSKJN2HHF0DW20394</userId>
> </activity>

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