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