{ "_id": "_design/recipes", "language": "javascript", "views": { "by-date": { "map": "function (doc) {\n if (doc.$type == \"recipe\" && doc.created && doc.name) {\n emit(doc.created, doc.name)\n }\n}" } }, "lists": {}, "indexes": {}, "shows": {} }