eBay · Schema

Event

The result set for the event search.

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
applicableCoupons array A list of coupons associated with the event.
description string The event description.
endDate string The end date for the event.
eventAffiliateWebUrl string The URL of the View Event page for the event, which includes the affiliate tracking ID.
eventId string The unique identifier for the event.
eventWebUrl string The web URL for the event.
images array The images for the event.
startDate string The start date for the event.
terms object The terms associated with the event.
title string The title of the event.
View JSON Schema on GitHub

JSON Schema

ebay-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Event",
  "title": "Event",
  "type": "object",
  "properties": {
    "applicableCoupons": {
      "type": "array",
      "description": "A list of coupons associated with the event.",
      "items": {
        "$ref": "#/components/schemas/Coupon"
      }
    },
    "description": {
      "type": "string",
      "description": "The event description."
    },
    "endDate": {
      "type": "string",
      "description": "The end date for the event."
    },
    "eventAffiliateWebUrl": {
      "type": "string",
      "description": "The URL of the View Event page for the event, which includes the affiliate tracking ID."
    },
    "eventId": {
      "type": "string",
      "description": "The unique identifier for the event."
    },
    "eventWebUrl": {
      "type": "string",
      "description": "The web URL for the event."
    },
    "images": {
      "type": "array",
      "description": "The images for the event.",
      "items": {
        "$ref": "#/components/schemas/Image"
      }
    },
    "startDate": {
      "type": "string",
      "description": "The start date for the event."
    },
    "terms": {
      "description": "The terms associated with the event.",
      "$ref": "#/components/schemas/Terms"
    },
    "title": {
      "type": "string",
      "description": "The title of the event."
    }
  },
  "description": "The result set for the event search."
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-event"
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.