packages feed

couch-simple-0.0.1.0: test/schema/schema/post--db-_compact.json

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "The value returned by POST /{db}/_compact",
    "properties": {
        "ok": {
            "type": "boolean"
        }
    },
    "required": ["ok"],
    "title": "CouchDB db _compact",
    "type": "object"
}