Open bquinn opened 3 years ago
I suggest to extend this issue to "multiple items in a package" - actually a structure like the NewsML-G2 Package Item.
My customer needed "a simple package: x latest news of a service is chronological order". As simple solution I created an object as array with a simple set of references for each news item: uri, version, versioncreated and headline. That works at a simple level, but it would be great to indicate when this package was created, and having its own guid would not be bad ;-)
Today we discussed two possible approaches: creating a separate schema to cover the package aspects, versus adding new property/ies to the existing schema.
We would like use cases around packaging / multiple items so we can test which approach makes sense.
Very similar to #62
Comments from issue #62: Brendan: Apple podcasts still point to Media RSS specs from 2003 and use very old constructs:
https://help.apple.com/itc/podcasts_connect/#/itcb54353390
Is there a way we can make ninjs support podcast behaviour, perhaps even talk to podcast providers to see what they would like to add, so people could mark up podcasts using ninjs instead of Media RSS?
Johan: Maybe step 1 is to map ninjs to media RSS and see what maps directly and what needs adding.
Johan: I had a look at this and to my understanding RSS is a XML standard with this podcast extensions defined by Apple. So is this a question for NAR/NewsML-G2 primarily?
Discussion on 9/1/23:
Use cases ideas:
Implications of the above:
At recent meetings we have concluded that this is not part of ninjs directly. Maybe not even a standard but more of documentation and best practices from present solutions to give others ideas.
Similar to #19 ...
We could support multi-item feeds. It could be similar to JSONFeed https://jsonfeed.org/version/1.1 which is a simple conversion of RSS from XML to JSON.
It would/could be similar to a PackageItem in NewsML-G2.
Ideas...