{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "JournalEntryCreate", "type": "object", "properties": { "ledgerId": { "type": "integer" }, "periodName": { "type": "string" }, "journalName": { "type": "string" }, "journalCategory": { "type": "string" }, "journalSource": { "type": "string" }, "currencyCode": { "type": "string" }, "description": { "type": "string" }, "effectiveDate": { "type": "string" }, "lines": { "type": "array" } } }