couch-simple-0.0.1.0: test/schema/schema/delete--db.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "The value returned by DELETE /{db}",
"properties": {
"ok": {
"type": "boolean"
}
},
"required": ["ok"],
"title": "Delete database",
"type": "object"
}