{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://developers.stellar.org/schemas/horizon/TransactionPreconditions.json", "title": "TransactionPreconditions", "type": "object", "properties": { "timebounds": { "$ref": "#/components/schemas/TransactionPreconditionsTimebounds" }, "ledgerbounds": { "$ref": "#/components/schemas/TransactionPreconditionsLedgerbounds" }, "min_account_sequence": { "type": "string" }, "min_account_sequence_age": { "type": "string" }, "min_account_sequence_ledger_gap": { "type": "integer", "format": "uint32" }, "extra_signers": { "type": "array", "items": { "type": "string" } } } }