Safe (Gnosis Safe) · Schema
SafeOperation
Mixin class to validate SafeOperation signatures. `_get_owners` can be overridden to define the valid owners to sign
MultisigSmart ContractEthereumWeb3BlockchainDeFiSAFeGnosisWallets
Properties
| Name | Type | Description |
|---|---|---|
| nonce | integer | |
| initCode | stringnull | |
| callData | stringnull | |
| callGasLimit | integer | |
| verificationGasLimit | integer | |
| preVerificationGas | integer | |
| maxFeePerGas | integer | |
| maxPriorityFeePerGas | integer | |
| paymasterAndData | stringnull | |
| signature | string | |
| entryPoint | string | |
| validAfter | stringnull | |
| validUntil | stringnull | |
| moduleAddress | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.safe.global/schemas/SafeOperation",
"title": "SafeOperation",
"type": "object",
"description": "Mixin class to validate SafeOperation signatures. `_get_owners` can be overridden to define\nthe valid owners to sign",
"properties": {
"nonce": {
"type": "integer",
"minimum": 0
},
"initCode": {
"type": [
"string",
"null"
]
},
"callData": {
"type": [
"string",
"null"
]
},
"callGasLimit": {
"type": "integer",
"minimum": 0
},
"verificationGasLimit": {
"type": "integer",
"minimum": 0
},
"preVerificationGas": {
"type": "integer",
"minimum": 0
},
"maxFeePerGas": {
"type": "integer",
"minimum": 0
},
"maxPriorityFeePerGas": {
"type": "integer",
"minimum": 0
},
"paymasterAndData": {
"type": [
"string",
"null"
]
},
"signature": {
"type": "string"
},
"entryPoint": {
"type": "string"
},
"validAfter": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"validUntil": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"moduleAddress": {
"type": "string"
}
},
"required": [
"callData",
"callGasLimit",
"entryPoint",
"initCode",
"maxFeePerGas",
"maxPriorityFeePerGas",
"moduleAddress",
"nonce",
"paymasterAndData",
"preVerificationGas",
"signature",
"validAfter",
"validUntil",
"verificationGasLimit"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/SafeOperation"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.