{ "type" : "object", "title" : "Sepa_mandates", "name" : "sepa_mandates", "description" : "A paginated list of Sepa_mandate objects", "properties" : { "sepa_mandates" : { "type" : "array", "items" : { "type" : "object", "properties" : { "$ref" : "../sepa_mandate.json#properties" } } }, "links" : {}, "collection" : { "$ref" : "./collection.json#" } } }