{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MCTransactionFootprints", "type": "object", "description": "Response object which holds all the transaction footprints corresponding to each transaction in Transactions request.", "properties": { "transactionFootprints": { "type": "array" } } }