schema/v1.0/transaction.json in fidor_schema-0.4.3 vs schema/v1.0/transaction.json in fidor_schema-0.5.0
- old
+ new
@@ -59,17 +59,17 @@
"$ref" : "./base_types/base_types.json#definitions/currency",
"readonly" : true
},
"booking_date" : {
"description" : "Date the transaction was booked. ISO 8601 Date",
- "format" : "date",
+ "format" : "date-time",
"readonly" : true,
"type" : "string"
},
"value_date" : {
"description" : "Date the amount was credited to the account. ISO 8601 Date",
- "format" : "date",
+ "format" : "date-time",
"readonly" : true,
"type" : "string"
},
"booking_code" : {
"description" : "Accounting transaction code in the central banking system",
@@ -97,11 +97,11 @@
"rel" : "instances",
"href" : "transactions",
"properties" : {
"filter[account_ids]" : {
"title" : "Find transactions belonging to the given account ids. Single id or multiple ids comma-separated.",
- "format" : "date",
+ "format" : "date-time",
"type" : "string"
},
"filter[id_from]" : {
"title" : "Find transactions with an id greater than given one.",
"format" : "integer",
@@ -112,15 +112,15 @@
"format" : "integer",
"type" : "string"
},
"filter[booking_date_from]" : {
"title" : "Date filter from >= date. ISO 8601 Date",
- "format" : "date",
+ "format" : "date-time",
"type" : "string"
},
"filter[booking_date_to]" : {
"title" : "Date filter to <= date. ISO 8601 Date",
- "format" : "date",
+ "format" : "date-time",
"type" : "string"
},
"filter[transaction_types]" : {
"$ref" : "./base_types/base_types.json#definitions/transaction_type",
"title" : "By transaction types"