packages feed

couch-simple-0.0.1.0: test/schema/schema/get--_all_dbs.json

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "The value returned by GET /_all_dbs",
    "items": {
        "type": "string"
    },
    "title": "CouchDB _all_dbs",
    "type": "array"
}