Kodi Community Forum

Full Version: JSON-Schema Service Descriptor spec?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am currently in the process of writing a node.js module, which takes the JSON-Schema xbmc provides and uses it to provide easily usable method wrappers to the user.
It is coming along pretty decently, and according to this thread, the generated schema adheres to a spec found at this URL:

http://groups.google.com/group/json-rpc/...?version=5

As obviously this link is pretty dead, I was wondering if anyone could provide a current specification/draft which I could base my work on. I could obviously write something that works only for xbmc, but I would prefer writing it in a reusable way, so it could used for anything following that spec.
Thank you