{ "type": "object", "properties": { "activityDate": { "type": "string", "example": "example_value" }, "additionalTransactionJournalAttributes": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "journalSubTypeName": { "type": "string", "example": "example_value" }, "journalTypeName": { "type": "string", "example": "example_value" }, "pointsChange": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "transactionJournalId": { "type": "string", "example": "500123" }, "transactionJournalNumber": { "type": "string", "example": "example_value" } }, "required": [ "activityDate", "additionalTransactionJournalAttributes", "journalSubTypeName", "journalTypeName", "pointsChange", "transactionJournalId", "transactionJournalNumber" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TransactionJournal2" }