{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "OutboundTransactionExtract", "type": "object", "properties": { "transactionType": { "type": "string" }, "tradingPartnerId": { "type": "integer" }, "tradingPartnerSiteId": { "type": "integer" }, "dateFrom": { "type": "string" }, "dateTo": { "type": "string" } } }