schema
schema copied to clipboard
Feeds
Right now feeds is an object with keys blog, wiki, calendar and flickr.
Issues with this:
- There is a mix between generic terms (like "wiki") and a service that seems a bit out-of-place ("flickr"). It would be good if the category would be free-form, but we could suggest a list of common keys (similar to OpenStreetMap).
- We cannot define multiple feeds of the same type (e.g. two calendar feeds). I'd suggest to change
feedsfrom an object to a list of objects. Every feed object would then have the keysformat(e.g. "rss" or "ical"),category(e.g. "wiki" or "radio_show"),description(e.g. "Our regular meetups at the hackerspace") andurl.
This is a breaking change, so maybe it shouldn't be included in 0.14 yet.