{
"type": "object",
"properties": {},
"additionalProperties": false
}{
"type": "object",
"properties": {
"product": {
"type": "string",
"description": "Product name or alias, e.g. nodes, gateway, data-api, notifications, wallets, price-api, trending tokens, chains, pricing."
}
},
"required": [
"product"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "Documentation topic, such as RPC, wallets, webhooks, authentication, pricing, MCP, gateway, data API, or price API."
}
},
"required": [
"topic"
],
"additionalProperties": false
}