eBay · Schema
Topic
A type that describes the details of the topic.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| authorizationScopes | array | The authorization scopes required to subscribe to this topic. |
| context | string | The business context associated with this topic. For implementation help, refer to eBay API documentation |
| description | string | The description of the topic. |
| filterable | boolean | The indicator of whether this topic is filterable or not. |
| scope | string | The scope of this topic. For implementation help, refer to eBay API documentation |
| status | string | The status of this topic. For implementation help, refer to eBay API documentation |
| supportedPayloads | array | The supported payloads for this topic. |
| topicId | string | The unique identifier for the topic. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Topic",
"title": "Topic",
"type": "object",
"properties": {
"authorizationScopes": {
"type": "array",
"description": "The authorization scopes required to subscribe to this topic.",
"items": {
"type": "string"
}
},
"context": {
"type": "string",
"description": "The business context associated with this topic. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:ContextEnum'>eBay API documentation</a>"
},
"description": {
"type": "string",
"description": "The description of the topic."
},
"filterable": {
"type": "boolean",
"description": "The indicator of whether this topic is filterable or not."
},
"scope": {
"type": "string",
"description": "The scope of this topic. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:ScopeEnum'>eBay API documentation</a>"
},
"status": {
"type": "string",
"description": "The status of this topic. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:StatusEnum'>eBay API documentation</a>"
},
"supportedPayloads": {
"type": "array",
"description": "The supported payloads for this topic.",
"items": {
"$ref": "#/components/schemas/PayloadDetail"
}
},
"topicId": {
"type": "string",
"description": "The unique identifier for the topic."
}
},
"description": "A type that describes the details of the topic."
}
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/ebay-topic"
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.