schema/v1.0/transaction.json in fidor_schema-0.7.0 vs schema/v1.0/transaction.json in fidor_schema-0.8.0
- old
+ new
@@ -19,24 +19,36 @@
"description" : "Details specific to this transaction type are collected here.",
"readOnly" : true,
"type" : "object",
"oneOf" : [
{
- "title" : "credit_card_details",
+ "title": "credit_card_details",
"$ref" : "./transaction_type_details/credit_card_details.json#"
},
{
- "title" : "internal_transfer_details",
+ "title": "internal_transfer_details",
"$ref" : "./transaction_type_details/internal_transfer_details.json#"
},
{
- "title" : "sepa_credit_transfer_details",
+ "title": "sepa_credit_transfer_details",
"$ref" : "./transaction_type_details/sepa_credit_transfer_details.json#"
},
{
- "title" : "sepa_direct_debit_details",
+ "title": "sepa_direct_debit_details",
"$ref" : "./transaction_type_details/sepa_direct_debit_details.json#"
+ },
+ {
+ "title": "gmt_details",
+ "$ref" : "./transaction_type_details/gmt_details.json#"
+ },
+ {
+ "title": "bonus_details",
+ "$ref" : "./transaction_type_details/bonus_details.json#"
+ },
+ {
+ "title": "mobile_topup_details",
+ "$ref" : "./transaction_type_details/mobile_topup_details.json#"
}
]
},
"subject" : {
"$ref" : "./base_types/base_types.json#definitions/subject",
@@ -108,9 +120,19 @@
"title" : "Date filter from >= date. ISO 8601 Date",
"format" : "date-time",
"type" : "string"
},
"filter[booking_date_to]" : {
+ "title" : "Date filter to <= date. ISO 8601 Date",
+ "format" : "date-time",
+ "type" : "string"
+ },
+ "filter[value_date_from]" : {
+ "title" : "Date filter from >= date. ISO 8601 Date",
+ "format" : "date-time",
+ "type" : "string"
+ },
+ "filter[value_date_to]" : {
"title" : "Date filter to <= date. ISO 8601 Date",
"format" : "date-time",
"type" : "string"
},
"filter[transaction_types]" : {