{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.safe.global/schemas/AllTransactionsSchemaSerializerV2", "title": "AllTransactionsSchemaSerializerV2", "type": "object", "description": "Just for the purpose of documenting, don't use it", "properties": { "txType1": { "$ref": "#/components/schemas/SafeModuleTransactionWithTransfersResponse" }, "txType2": { "$ref": "#/components/schemas/SafeMultisigTransactionWithTransfersResponseSerializerV2" }, "txType3": { "$ref": "#/components/schemas/EthereumTxWithTransfersResponse" } }, "required": [ "txType1", "txType2", "txType3" ] }