{ "type" : "object", "title" : "Batch Transfers", "name" : "batch_transfers", "description" : "A paginated list of Batch Transfer objects", "properties" : { "batch_transfers" : { "type" : "array", "items" : { "$ref" : "../batch_transfer.json#" } }, "links" : {}, "collection" : { "$ref" : "./collection.json#" } } }