{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DerivedCategorySummaryDetails",
"title": "DerivedCategorySummaryDetails",
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date on which the credit and debit transactions had occured.
Applicable containers: creditCard, bank, investment
",
"readOnly": true
},
"creditTotal": {
"$ref": "#/components/schemas/Money"
},
"debitTotal": {
"$ref": "#/components/schemas/Money"
}
}
}