packages feed

couch-simple-0.0.1.0: test/schema/schema/get--_config-section-key.json

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "The value returned by GET /{db}/{section}/{key}",
    "oneOf": [
        {
            "type": "array"
        },
        {
            "type": "number"
        },
        {
            "type": "object"
        },
        {
            "type": "string"
        }
    ],
    "title": "CouchDB configuration value"
}