{ "type" : "object", "title" : "Batch Direct Debits", "name" : "batch_direct_debits", "description" : "A paginated list of Batch Direct Debit objects", "properties" : { "batch_direct_debits" : { "type" : "array", "items" : { "$ref" : "../batch_direct_debit.json#" } }, "links" : {}, "collection" : { "$ref" : "./collection.json#" } } }