schema/v1.0/transaction.json in fidor_schema-0.3.3 vs schema/v1.0/transaction.json in fidor_schema-0.3.4
- old
+ new
@@ -45,17 +45,17 @@
"currency" : {
"$ref" : "./base_types/base_types.json#definitions/currency",
"readonly" : true
},
"booking_date" : {
- "description" : "Date the transaction was booked.",
- "format" : "date-time",
+ "description" : "Date the transaction was booked. ISO 8601 Date",
+ "format" : "date",
"readonly" : true,
"type" : "string"
},
"value_date" : {
- "description" : "Date the amount was credited to the account (Wertstellung).",
+ "description" : "Date the amount was credited to the account. ISO 8601 Date",
"format" : "date",
"readonly" : true,
"type" : "string"
},
"booking_code" : {
@@ -98,16 +98,16 @@
"title" : "Find transactions with an id smaller than given one.",
"format" : "integer",
"type" : "string"
},
"filter[booking_date_from]" : {
- "title" : "Date filter from >= date",
- "format" : "date-time",
+ "title" : "Date filter from >= date. ISO 8601 Date",
+ "format" : "date",
"type" : "string"
},
"filter[booking_date_to]" : {
- "title" : "Date filter to <= date",
- "format" : "date-time",
+ "title" : "Date filter to <= date. ISO 8601 Date",
+ "format" : "date",
"type" : "string"
},
"filter[kinds]" : {
"$ref" : "./base_types/base_types.json#definitions/transaction_type",
"title" : "By transaction types"