{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/horizon/InnerTransaction.json", "title": "InnerTransaction", "type": "object", "properties": { "hash": { "$ref": "#/components/schemas/hash" }, "signatures": { "$ref": "#/components/schemas/signatures" }, "max_fee": { "type": "string" } } }