schema/v1.0/transaction.json in fidor_schema-0.4.1 vs schema/v1.0/transaction.json in fidor_schema-0.4.2

- old
+ new

@@ -120,22 +120,22 @@ "filter[booking_date_to]" : { "title" : "Date filter to <= date. ISO 8601 Date", "format" : "date", "type" : "string" }, - "filter[kinds]" : { + "filter[transaction_types]" : { "$ref" : "./base_types/base_types.json#definitions/transaction_type", "title" : "By transaction types" }, "page" : { "title" : "Page", "description" : "In paginated results set the page to look for", - "type" : "number" + "type" : "integer" }, "per_page" : { "title" : "Per page", "description" : "Results per page. Default is 10, max is 100", - "type" : "number" + "type" : "integer" }, "sort" : { "title" : "Sort", "enum" : [ "ASC",