atom10_feed_entry_source_authors_multiple.json 554 B

123456789101112131415161718192021
  1. {
  2. "entries": [
  3. {
  4. "source": {
  5. "authors": [
  6. {
  7. "name":"Author Name 1",
  8. "uri":"http://example.org/1",
  9. "email": "email@example.org"
  10. },
  11. {
  12. "name":"Author Name 2",
  13. "uri":"http://example.org/2",
  14. "email": "email2@example.org"
  15. }
  16. ]
  17. }
  18. }
  19. ],
  20. "version": "1.0"
  21. }