In most circumstances, the REST docs should be able to give you at least strong hints about what is possible. The lack of the need of a schema definition is obviously one of the weak points of the REST architecture, it is very easy to start implementing protocols that cannot be derived without looking at the underlying implementation.
Tobias On 14.08.2012, at 15:13, "Hall, Douglas" <[email protected]> wrote: > Hi Tobias, > > Thanks! I am interested in all data structures. :) I'm starting to play > around with the REST endpoints a bit and I would like to know exactly what > kind of data I can send to the system. Definitely not a high priority to > create schema definitions. I can just have a look at the code and see what > is available. > > - Doug > > On 8/13/12 9:11 PM, "Tobias Wunden" <[email protected]> wrote: > >> Hi Doug, >> >> to my knowledge, there are no XML schema definitions available for the >> Matterhorn data structures. This was on the list from the beginning, but >> nobody ended up providing one, since most of the work was done using the >> mh libraries. Now that 3rd party integration efforts are increasing, it >> may be a good time to come back to this. Which data structures are you >> especially interested in with regards to a schema definition? >> >> Tobias >> >> On 09.08.2012, at 19:12, "Hall, Douglas" <[email protected]> wrote: >> >>> Hi, >>> >>> Is there somewhere I can find a schema definition for xmlns:oc? >>> >>> Thanks, >>> >>> - Doug >>> _______________________________________________ >>> Matterhorn-users mailing list >>> [email protected] >>> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users >> >> _______________________________________________ >> Matterhorn-users mailing list >> [email protected] >> http://lists.opencastproject.org/mailman/listinfo/matterhorn-users > > _______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
